The following procedures outline the steps to integrate the DSAPP Client SDK. For an overview of DSAPP SDK functions and a description of the activation process with DSAPP, see Workflow for the activation process with the DSAPP SDK.

To use the DSAPP Client SDK in your Android project

  1. Add DSAPP_Client.aar from the OneSpan Mobile Security Suite package to your project.
  2. Add UtilitiesSDK.aar from the OneSpan Mobile Security Suite package to your project.

You are now ready to use the DSAPP Client SDK.

The following procedures outline the steps to integrate the DSAPP Client SDK. For an overview of DSAPP SDK functions and a description of the activation process with DSAPP, see Workflow for the activation process with the DSAPP SDK.

To use the DSAPP Client SDK in your iOS project

  1. Link MSSDSAPPClient.xcframework from the OneSpan Mobile Security Suite package to your Xcode project (linked framework and libraries).
  2. Link UtilitiesSDK.xcframework from the OneSpan Mobile Security Suite package to your Xcode project (linked framework and libraries).

You are now ready to use the DSAPP Client SDK.

Your project must be compiled with the libc++ standard library.

When implementing a new Xcode project, you may see an Objective-C error that says Reference to 'byte' is ambiguous. The solution is to update the project Build Settings and change the C++ Language Dialect to Compiler Default.