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
=> 'errSecAuthFailed' is triggered, invalid signature is computed
This is caused by an ssue in iOS SDK - we are unable to distinguish errSecAuthFailed caused by invalid authentication (wrong finger) and the same error caused by locking screen / pressing Home button.
We reported this issue as rdar://30141672.
The text was updated successfully, but these errors were encountered:
Upcoming release 1.7.5 will provide a proper workaround in form of enhanced authenticateUsingBiometry() method. The method fully handle all such situations internally.
The issue will be properly resolved in future 1.8.x release, by introducing asynchronous API for signature calculations (see #497)
Steps to reproduce:
=> 'errSecAuthFailed' is triggered, invalid signature is computed
This is caused by an ssue in iOS SDK - we are unable to distinguish
errSecAuthFailed
caused by invalid authentication (wrong finger) and the same error caused by locking screen / pressing Home button.We reported this issue as rdar://30141672.
The text was updated successfully, but these errors were encountered: