- 25 Oct 2024
- 1 Minute à lire
- SombreLumière
Version 5.1.0
- Mis à jour le 25 Oct 2024
- 1 Minute à lire
- SombreLumière
New features and enhancements
iOS
Bitcode support has been eliminated
Following the deprecation of Bitcode by Apple, we have removed all Bitcode from the SDK framework.
Improved thread safety
There was potential for a race condition to create multiple keys with the same tag which could result in corrupted storage. The code was improved to ensure thread safety extended to these additional cases. Additional logic was implemented to ensure return of the correct instance for a secure storage.
Fixes and other updates
iOS
[MSS-7768] Secure Storage corrupted when using keychain sharing
When two separate apps create secure storages using the same name, the secure storage from the first app would become corrupt. This issue has been fixed.