Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Touch ID authentication fails when unlocking screen #9

Open
petrdvorak opened this issue Mar 3, 2017 · 2 comments
Open

Touch ID authentication fails when unlocking screen #9

petrdvorak opened this issue Mar 3, 2017 · 2 comments
Assignees

Comments

@petrdvorak
Copy link
Member

Steps to reproduce:

  • Invoke login via Touch ID
  • Press Home button

=> '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.

@hvge
Copy link
Member

hvge commented Nov 2, 2022

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)

@hvge
Copy link
Member

hvge commented Nov 10, 2022

Our updated documentation provides a temporary workaround for this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants