Releases: elestyle/elepay-ios-sdk
Releases · elestyle/elepay-ios-sdk
4.3.1
4.3.0
4.2.0
4.1.0
4.0.2
New Features
- Rebuild with Stripe SDK for iOS v22.8.4 (Since we still want to support iOS 12, we will not update to the Stripe SDK for iOS v23 until iOS 17 is released).
Bug Fix
- FIXED: Stripe Framework are no longer required if you are not using Credit Card payment method in your App (happend in 4.0.1).
4.0.1
4.0.0
New Features
- The elepay iOS SDK requires Xcode 14 or later and is compatible with apps targeting iOS 12 or above.
- Add Card Scan support (iOS 13 or above required).
- Compiled using Xcode 14 (Swift 5.7)
- Bitcode will no longer be supported from this version.
- Removed Braintree support. We will add PayPal directly support in the future.
3.5.0
3.4.1
3.4.0
3.4.0
New features
- Add Credit Card (Rakuten Bank) support, also supports 3DS2.
- Add GMO Payment Gateway Credit Card supoort.
- Add Sony Payment Services Credit Card support.
- App Clips: The
Elepay-StripeApplePay-Plugin
provides a lightweight plugin for offering Apple Pay in an App Clip.
You can now remove Stripe SDK when making App Clips to reduce the binary size.
TheElepay-StripeApplePay-Plugin
already has StripeApplePay SDK embedded, so you need to import onlyElepaySDK
andElepay-StripeApplePay-Plugin
when buiding your App Clip.
For more details about this plugin, please reference the link here.