- 23 Oct 2024
- 1 Minute à lire
- SombreLumière
Overview of the Secure Storage SDK
- Mis à jour le 23 Oct 2024
- 1 Minute à lire
- SombreLumière
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 14 (API level 34)
iOS devices:
iOS 14 or higher
Swift 5.0 or higher
Xcode 15 or higher
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.