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

FingerprintScannerUnknownError being thrown more frequently on iOS 14 #165

Open
pmm1 opened this issue Dec 18, 2020 · 2 comments
Open

FingerprintScannerUnknownError being thrown more frequently on iOS 14 #165

pmm1 opened this issue Dec 18, 2020 · 2 comments

Comments

@pmm1
Copy link

pmm1 commented Dec 18, 2020

We're seeing a large spike in the FingerprintScannerUnknownError being thrown for users on iOS 14.

Has anyone else noticed this issue and is there a way to fix it?

@hieunguyendut
Copy link

1+ vote. Same with me.

@hieunguyendut
Copy link

hieunguyendut commented Feb 3, 2021

@pmm1 hey guy. this is because you showed modal in background so user can not interactive with the modal and that isn't allow by apple.

If you check in the lib you will find that error relate to this kLAErrorNotInteractive error code
https://developer.apple.com/documentation/localauthentication/klaerrornotinteractive?language=objc

so to fix this bug you have to make sure that user can interact with modal by setTimeout for modal. try to test it by setTimeout 20s and see the result
That is everything I found for my case relate to FingerprintScannerUnknownError.
Hope this can help

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