Overview of the Secure Storage SDK

Prev Next

The Secure Storage SDK provides a generic API to securely store data on a mobile device and mask how information is stored on the platform. It provides storage facilities to read, write, or delete storage and to add, get, or remove data.

The SDK can create one or more independent storages, identified by their names. Data read from or written to the storage is handled through unique identifiers.

The Secure Storage SDK can be used on a variety of devices and supports the following platforms:

Android devices:

  • Minimum Android 7 (API level 24)

  • Target Android 15 (API level 35)

iOS devices:

  • iOS 15 or later

  • Swift 6 or later

  • Xcode 16 or later

The Secure Storage SDK package includes the following:

  • SecureStorageSDK.aar for Android

  • MSSSecureStorage.xcframework for iOS

For instructions on how to integrate the Secure Storage SDK into your project, see Integrate the Secure Storage SDK.