Releases: Adyen/adyen-ios
Releases · Adyen/adyen-ios
Release 2.1.0
- Add WeChat Pay In-App support.
- Add iOS 9 support.
- Add dynamic text size support.
Release 2.0.1
- Add support for passing the full payment session response.
Release 2.0.0
- The Quick Integration UI has been redesigned to better fit the look and feel of iOS, while also adding a lot of new customization options to make the UI fit your app's look and feel.
- It's now possibly to quickly pay with the last used payment method in the Quick Integration UI.
- Both the Quick and Custom Integration APIs have been simplified in order to improve the implementation process.
- Carthage is now supported.
- More translations have been added, increasing the number of supported languages to 13.
- A separate AdyenCard module is now available, offering card encryption functionality. This module replaces the AdyenCSE library.
- For migration notes, check MIGRATION.MD.
Release 1.18.1
Default state for checkmark to store card details is now off in the card form, in compliance with GDPR.
Release 1.18.0
Added support for Swift 4.1.
Added ability to change checkout button title in Quick Integration.
Fixed a bug where card number field title was truncated.
Fixed an issue where token locale identifier was incorrectly generated for some locales by iOS.
Release 1.17.1
Fixed the tax label in Apple Pay line items.
Release 1.17.0
Added support for Apple Pay line items.
Release 1.16.0
Fixes an issue where the payment would get stuck when leaving the app during a redirect.
Release 1.15.0
- Added native UI for MOLPay.
- Fixed a crash in the card form of the Quick Integration UI.
Release 1.14.0
- Added support for using the Quick Integration UI without showing the "store card details" button. For more information, refer to enableOneClick in the Checkout API Reference.
- Fixed a runtime error when using the SDK in a Swift 3.2 project.