Migration of CocoaPods / SPM Spec Repositories
Our CocoaPods and Swift Package Manager (SPM) repositories have been migrated to the Netcetera GitHub organization. The iOS 3DS SDK artifacts are available in our public Nexus repository: https://nexus.extranet.netcetera.biz/nexus/service/rest/repository/browse/public-repository-maven/com/netcetera/nca-341-2/3ds-sdk/ios/release/. Please update your configuration to use the following spec repositories: CocoaPods: https://github.com/netceteragroup/ios-3ds-sdk-specs.git and SPM: https://github.com/netceteragroup/ios-3ds-sdk-spm.git. Please ensure your integrations reference these locations going forward.
Upcoming iOS 3DS SDK Updates
As previously announced, to continue optimizing the iOS 3DS SDK and take full advantage of modern iOS technologies, we will be updating our platform support in the next major release scheduled for the end of Q2. The minimum supported iOS version will be increased to iOS 15, and Objective-C support will be discontinued.
Device Data Encryption Certificate Key IDs for 2.3.1 Transactions
Encryption certificate key IDs (required for EMVCo protocol version 2.3.1) are updated regularly on our Support Server. If you plan to perform 2.3.1 transactions, please update to SDK version 2.5.x.x or higher, as dynamic fetching of key IDs was introduced in 2.5.0.0. Transactions using protocol version 2.3.1 may fail if the key ID is not properly configured.
Netcetera iOS 3DS SDK - Release Notes - Version 2.6.0.1
Published: 18.02.2026
Version 2.6.0.1 is a patch release of the Netcetera iOS 3DS SDK.
Compatibility
This version is fully backwards compatible with the previous 2.6.0.0 version of the Netcetera iOS 3DS SDK
Bug fixes
- Fixed an issue where the challenge screen appearance (light/dark mode) could change unexpectedly when returning from the background.
- Fixed an issue where ThreeDSSDKAppDelegate.shared.appOpened(url) behaved differently if the app was already in the foreground.