Releases: checkout/checkout-3ds-sdk-ios
Releases ยท checkout/checkout-3ds-sdk-ios
3.2.5
3.2.4
Minor Release
[Fix] Decoding issue that would cause the SDK to error out.
3.2.3
Minor Release
[Fix] SDK device information EC encryption issue for ARes
[Add] Support SDK privacy info
3.2.2
Minor Release
[Updated] Our LOA reference number, after having completed our re-certification on 3DS2.2/2.1 for EMVCo
3.2.1
Minor Release
- [Fixed] a connection lost issue when the app returns to the foreground during an OOB flow
3.2.0
Major release
- [Removed] Support for X86_64 architecture. We now only support ARM64.
- [Updated] 3DS SDK is now bitcode-free.
- [Updated] Updated Licel's DexProtector to version 12.11.36.
- [Updated] Updated security warnings implementation.
- [Updated] Made some updates required by our testing partner to support EMVCo re-certification (e.g., device info version to 1.6 - Base64 Padding effects).
- [Updated] Upgraded SDK minimum iOS version to 12.
- [Fix] Device appId is now always in lowercase.
- [Added] New security framework from Licel.
3.1.2
Minor Release
[Fixed] a connection lost issue when the app returns to the foreground during an OOB flow
[Fixed] device appId is now always in lowercase
3.1.1
MINOR release
[FIX] Fix frictionless flow with Attempted tranaction status
3.1.0
Major release
Breaking public API Change
- [CHANGED] Renamed
ChallengeResult
toAuthenticationResult
- [CHANGED] Deprecated two authenticate functions
- [ADDED] Added a new authenticate function with callback value of Swift
Result
type which containsAuthenticationResult
andAuthenticationError
- [ADDED] We now provide an
AuthenticationResult
object during the Authentication flow, which containstransactionStatus
andsdkTransactionId
- [FIX] Fixed the version of the logging SDK we are using
3.0.0
Major release
- Added a new
Standalone
integration method which allows our SDKs to be used across any Authentication provider - In the Standard integration, now make another call to the Sessions endpoint in case the session is not approved
- Some general fixes and improvements to optimise performance and functionality