2.3.3
New
⚠️ Directory server root certificates is now required by the SDK, otherwise the transaction will fail.
Deprecated
-
Removed support for iOS 10 and 11. iOS 12 and 13 will be dropped in future versions.
-
Deprecated the usage of
ADYServiceParameters.init
&ADYServiceParameters.directoryServerIdentifier
,ADYServiceParameters.directoryServerPublicKey
,ADYServiceParameters.directoryServerRootCertificates
.
Developers are encouraged to use[[ADYServiceParameters alloc] initWithDirectoryServerIdentifier:directoryServerPublicKey:directoryServerRootCertificates:]
instead.
Notes
ADYServiceParameters.directoryServerRootCertificates
must be provided. The transaction will fail if not provided.
directoryServerRootCertificates
can be retrieved from Adyen backend