- 05 May 2025
- 2 Minutes to read
- Print
- DarkLight
- PDF
Release Notes Version 5.5.0
- Updated on 05 May 2025
- 2 Minutes to read
- Print
- DarkLight
- PDF
New features and enhancements
Documentation
Removal of user documentation PDF files from product package
With the current release, we have removed the pdf files with the user documentation from the package. Instead, all user documents for supported versions of the SDK are available exclusively online at our Documentation Portal. A readme file is available in the root folder of the product package providing the link to the documentation of this SDK specifically as well as instructions for locating product version-specific documentation.
Android
Target API level increased to Android 15 (API 35)
The target version of the SDK has been increased to Android 15 with API level 35.
Support for 16 KB page sizes
Beginning with Android 15, Android supports devices that are configured to use a page size of 16 KB (i.e., 16 KB devices). The SDK has been updated to work on these 16 KB devices. However, if your app uses any native libraries, you must ensure that these libraries are ready for 16 KB page sizes. For more information, refer to the Android Developer documentation.
iOS
Support for Xcode 16
The SDK is now built with Xcode 16.
Supported Swift version updated to 6
The SDK has been migrated to Swift 6, including the sample provided in the product package. The main changes in Swift 6 are related to a stricter concurrency model. For more information, see the Swift Migration Guide and The Swift Programming Language: Concurrency.
Minimum supported version increased to iOS 15
The minimum supported version of the SDK has been increased to iOS 15.
Fixes and other updates
Android
[INC0014719]-[MSS-11354] Migration error
Description: During the initialization of the Secure Storage instance, the migration of storage files from the old storage path failed either because a storage file with the same name already exists in the new storage path, or due to an IO issue.
Status: SecureStorageError.MIGRATION_ERROR
has been removed from the SDK. Now, if a migration error occurs, the migration fails silently and allows the user to continue the initialization process. Also, the old storage file for which migration failed is renamed and moved into the new storage directory to aid with future data recovery efforts, if needed.
Supported platforms
For information on the supported operating systems and platforms supported by Mobile Security Suite and the affiliated SDKs, see Supported platforms.
Known issues
For information on issues that have not yet been resolved in this release of Mobile Security Suite, see Known issues.
Third party licenses
For information on third party dependencies associated with Mobile Security Suite and the affiliated SDKs in this release, see Third party licenses.