You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @xuzhe, thanks for filing! For background, we re-released 15.0.3 to support folks who haven't migrated to PaymentIntents, 17.0.4 for iOS 9 support, and 19.4.1 for iOS 10 support.
1: It's difficult for us to re-release 19.4.1 via Cocoapods because of a quirk of our closed-source 3DS2 library. We'd prefer if folks moved to 21.3.1, which is 100% open-source and doesn't require the same hacks. The only difference should be iOS 10 support — unfortunately, the open-source 3DS2 library requires iOS 11.
iOS 10 accounts for a negligible fraction of payments in all our supported countries, and our recommendation is to drop support for it. If you're unable to do so, you can manually build the frameworks for 19.4.1 using ./ci_scripts/export_builds.sh.
2: We don't plan to re-release 20.x.x, as 21.3.1 supports the same OS versions and requires very little migration work. Are you experiencing problems with the Swift version of the framework?
@davidme-stripe Thank you for your reply and all the details provided!
Since we also providing payment SDK to our customers which is using Stripe SDK as a plugin, it's a little bit different from just using Stripe in an independent App. Depending on the details you provided, we will start planning our new release roadmap as well.
I applied a hack that will allow 19.4.1 to work with Cocoapods. Note that it will prevent you from building on Apple Silicon, and we'd still recommend that you update to 21.4.0 instead. Please give it a try and let me know if you have any issues.
Thanks!
The text was updated successfully, but these errors were encountered: