Skip to content

Releases: Adyen/adyen-ios

Release 2.1.0

21 Aug 13:56
Compare
Choose a tag to compare
  • Add WeChat Pay In-App support.
  • Add iOS 9 support.
  • Add dynamic text size support.

Release 2.0.1

07 Aug 18:05
Compare
Choose a tag to compare
  • Add support for passing the full payment session response.

Release 2.0.0

26 Jul 11:27
Compare
Choose a tag to compare
  • 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

24 May 14:30
Compare
Choose a tag to compare

Default state for checkmark to store card details is now off in the card form, in compliance with GDPR.

Release 1.18.0

23 Apr 13:55
Compare
Choose a tag to compare

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

16 Mar 15:15
Compare
Choose a tag to compare

Fixed the tax label in Apple Pay line items.

Release 1.17.0

23 Feb 13:14
Compare
Choose a tag to compare

Added support for Apple Pay line items.

Release 1.16.0

09 Jan 15:55
Compare
Choose a tag to compare

Fixes an issue where the payment would get stuck when leaving the app during a redirect.

Release 1.15.0

19 Dec 07:33
Compare
Choose a tag to compare
  • Added native UI for MOLPay.
  • Fixed a crash in the card form of the Quick Integration UI.

Release 1.14.0

08 Dec 00:04
Compare
Choose a tag to compare
  • 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.