xamarin-fingerprint
xamarin-fingerprint copied to clipboard
FaceId denied causes unknown error
Steps to reproduce
-
Attempt authentication using FaceId on iPhone X
-
Deny use of FaceId
-
FingerprintAuthenticationResultStatus is Unknown error but error message is "User has denied the use of biometry for this app."
Expected behavior
FingerprintAuthenticationResultStatus should be a status indicating the user has decided not to use FaceId
Actual behavior
The status is Unknown error
Crashlog
N/A
Configuration
Version of the Plugin: 1.4.6
Platform: e.g. iOS 11.3
Device: iPhone X
Hi @Springham,
I'm the friendly issue checker. Thanks for using the issue template :star2: I appreciate it very much. I'm sure, the maintainers of this repository will answer, soon.
Implemented in 1.4.7. Feel free to test and give feedback :)
It works in 1.4.7 now, thanks. But there is another issue: if you trigger the "Not-matching" condition it brings up the alert that says "Face Not Recognized, Try Again". When you click the "Try Face ID Again" option in the alert it does nothing and does not return in code with any type of status. You can only click cancel to dismiss the alert, which stops the Face ID check completely. This is testing with the simulator.
Didn't test this, I can test it on a device on Monday. Either way it sounds like a new issue though.