- 22 Oct 2024
- 1 Minute to read
- DarkLight
Integrate the Secure Messaging SDK Client
- Updated on 22 Oct 2024
- 1 Minute to read
- DarkLight
Android
The following procedure allows you to integrate and use the Secure Messaging SDK Client in your Android project.
To use the Secure Messaging SDK Client in your Android project
Link SecureMessagingSDKClient.aar from the OneSpan Mobile Security Suite package to your project's classpath.
You are now ready to use the Secure Messaging SDK Client.
iOS
The following procedure allows you to integrate and use the Secure Messaging SDK Client in your iOS project.
To use the Secure Messaging SDK Client in your iOS project
Link MSSSecureMessagingClient.xcframework from the OneSpan Mobile Security Suite package to your Xcode project.
XCFramework is compatible with Xcode 11 and later. OneSpan strongly recommends using this frameworkâit eases the archiving of projects and working with simulators.
For Objective-C projects, use the .mm file extension when integrating the SDK. This is required as the SDK uses Objective-C++ and .m files are not supported.
Your project must be compiled with the libc++ standard library.
You are now ready to use the Secure Messaging SDK Client.