Skip to content

Releases: Adyen/adyen-ios

Release 1.9.0

27 Sep 09:12
Compare
Choose a tag to compare
  • Support for Swift 4 and iOS 11.
  • Added support for large text in navigation bar.
  • Enforced portrait mode on iPhone.

Release 1.8.0

15 Sep 11:38
Compare
Choose a tag to compare
  • Added overrides for the default number of minor units provided by iOS. This affects the following currencies: “ISK”, “CLP”, “MRO”, “RSD”, “CVE”, “GHC”. The number of minor units for these currencies is now aligned with those set by the back end.

Release 1.7.0

04 Sep 14:45
Compare
Choose a tag to compare
  • Added seamless app switching for payment methods that support Universal Links (e.g. ING banking app).
  • Added haptic feedback for data validation on credit card screen.
  • Added support for cards without CVC.
  • Improved documentation look and feel.
  • Fixed the issue where iDEAL issuer selection would stop working after cancelling current selection.
  • Fixed rare issue where expiry card field would indicate incorrect state.
  • Bancontact now shows up as a separate payment method, instead of being grouped under cards.
  • Renamed canceled to cancelled in Error enum.
  • Removed deprecated case in Error enum.

Release 1.5.0

04 Aug 12:26
Compare
Choose a tag to compare
  • Added support for skipping the entry of the CVC for certain card payments.
  • Added support for paying with installments.
  • Added support for AVS.
  • Added the oneClickInfo property on stored payment methods to retrieve data such as the last four digits of the card number or PayPal email address.
  • Added a Custom Integration Example and an Objective-C Example.
  • Added an option to integrate a card scanning SDK with the Quick Integration UI.
  • Note: A stored payment method’s name used to return the last four digits of the card number, if available. Since the stored details are now available through the oneClickInfo property, the name property will return the actual name of the payment method.
  • Fixed an issue where the loader would no longer appear when using the Quick Integration UI.

Release 1.4.0

14 Jul 15:49
Compare
Choose a tag to compare
  • Added support for SEPA Direct Debit.
  • Added IBAN utilities to verify an IBAN.
  • Added card utilities to verify card numbers, expiry dates and detect card types.
  • Added support for customising the appearance of the Quick Integration UI.
  • Added support for pushing the Quick Integration UI inside your own UINavigationController.
  • Improved documentation and README.
  • Added localization for Dutch, German, French, Spanish, Portuguese, Italian and Swedish.
  • Added support for VoiceOver (Accessibility).
  • Restructured the project.
  • Added UI tests.
  • Fixed the disappearing disclosure indicator after cancelling iDEAL payment.

Release 1.3.1

29 Jun 15:11
Compare
Choose a tag to compare

Release 1.3.1

Release 1.3.0

28 Jun 14:34
Compare
Choose a tag to compare

Release 1.3.0

Release 1.2.0

02 Jun 14:09
Compare
Choose a tag to compare
Release 1.2.0

Release 1.1.1

12 May 15:24
Compare
Choose a tag to compare
Release 1.1.1

Release 1.1.0

11 May 16:05
Compare
Choose a tag to compare
Initial commit