#vilesa-iOS-sdk-errors
1 messages ยท Page 1 of 1 (latest)
Hello ๐
Juggling between a few threads at the moment
Give me a few to catch up here ๐
sure ๐
Digging into this but seems like something similar did come up before where the Controller was being dismissed before the payment happened.
Can you check if that's the case here?
https://github.com/stripe/stripe-ios/issues/1817
yes that seems to correspond to what we are facing. But do you confirm that this error was not risen on version 21.8.1 ?
I'm checking the changelog, one thing does pop out
Stripe now requires StripeApplePay. If you are manually installing Stripe, you will need to include StripeApplePay.xcframework, which can be found in the release assets for version x.x.x of the SDK. If you are using CocoaPods or Swift Package Manager, these dependencies will be imported automatically.
https://github.com/stripe/stripe-ios/blob/master/MIGRATING.md#migrating-from-versions--21120
we don't use apple pay - not sure it is linked
ah okay.
I'm not seeing anything relevant in the changelogs that'd confirm the above but you could try downgrading the SDK and see if that makes it disappear
ok I guess we'll just do that
thanks!