New
- Added an interface to access the error representation, which can be submitted to the Adyen Backend. This can be achieved using the following code snippet:
NSString *errorRepresentation = [error base64Representation];
// Submit `errorRepresentation` to [Adyen backend](https://docs.adyen.com/api-explorer/Payment/64/post/authorise3ds2)
ADYChallengeParameters.threeDSRequestorAppURL
is expected to be a universal link. If it does not adhere to this format, a console warning will be thrown.
Deprecated
- Deprecated the usage of
ADYProgressView.show
& ADYProgressView.hide
have been deprecated. Developers are encouraged to use ADYProgressView.showWithCompletion
and ADYProgressView.hideWithCompletion
instead.
Notes
- 'ADYServiceParameters.directoryServerRootCertificates' should be provided. The transaction will fail in future versions if not set.
[parameters setDirectoryServerRootCertificates:...]; // Retrieved from Adyen.
- The framework is signed from this release.