You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Fixes issue where OSStatus mapping in TIMKeychain was hardcoded to the description of errSecNoStorageModule. This is now fixed to match the actual OSStatus. The error number was correct, though.
Now maps OSStatus.errSecInteractionNotAllowed statuses to TIMSecureStorageError.authenticationFailedForData since Apple reports that error when the app is sent to background whlie biometric dialog is open. This is an uncritical error and should not be handled as a failedToLoadData as it was before.