All notable changes to this project will be documented in this file.
checkout-sdk-ios adheres to Semantic Versioning.
Released on 2020-05-21.
- Added billing address and phone number to token response
Released on 2020-05-18.
- Fix ThreedsWebViewController to support 3DS2 interceptor
Released on 2020-01-17.
- Fix CVV field keyboard localisation issue
Released on 2019-10-30.
- Make ErrorResponse properties public
Released on 2019-10-28.
- Moved to the Unified Payments API tokenisation endpoint.
- Made Swift 5 compatible
Released on 2018-11-19.
- Added a delegate method
onSubmitthat is executed when the card data is submitted to create the card token.
- Fixed issue with ios 10 where the fields on the billing address screen will display only one character.
- Fixed cursor position when formatting card number and phone number input field.
Released on 2018-11-14.
- Change the delegate method to not expose the card request in it.
Released on 2018-11-08.
CheckoutThemethat will allow to modify the colors and fonts more easily.
- Change the names and order of the Billing details text fields.
Released on 2018-09-18.
- Change the expiration date format. The expiration year is now 2 digits long (e.g. 19 for 2019).
- Fixed UI Tests for iOS Custom.
Released on 2018-07-23.
- Error message for the phone number input field. It will invite the user to use the country code.
- Update localization: English, French, Spanish, German, Italian, Dutch.
Released on 2018-07-13.
- AddressViewControllerDelegate method onTapDoneButton takes the controller as a parameter.
- CardViewControllerDelegate method onTapDone takes the controller as a parameter, which leave the navigation control out of the controller.
Released on 2018-07-09.
- Initial release of FramesIos.