Skip to content

2.1.1

Compare
Choose a tag to compare
@ThomasCle ThomasCle released this 30 Jun 10:41
· 13 commits to main since this release
a8461b8
  • 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.