Documentation Index

Fetch the complete documentation index at: https://docs.onespan.com/llms.txt

Use this file to discover all available pages before exploring further.

Release Notes Version 5.1.0

Prev Next

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.