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

For IOS canAuthenticate method returns false if Face ID is removed while passcode is still enrolled #9

Closed
asadbaig2021 opened this issue Nov 30, 2021 · 1 comment

Comments

@asadbaig2021
Copy link

asadbaig2021 commented Nov 30, 2021

Incase user deletes Face ID data from the IPhone while passcode is still enrolled in that case library's method canAuthenticate should return true because user can still enter passcode and make authentication successful. but as it returns false it so library doesn't ask for the authentication

@LonelyCpp
Copy link
Member

iOS uses LAPolicyDeviceOwnerAuthenticationWithBiometrics for which this is expected behaviour. you can read about it here

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

No branches or pull requests

2 participants