Open emilio-wstcopilot opened 2 months ago
What happens when you call AuthenticateAsync
without GetAuthenticationStatusAsync
when you just have FACE enrolled?
I didn't tested because first I need to know if some auth method is configured then call authenticateasync. This flow works with Fingerprint configured but not with face recognition in Android...
Like I said don't authenticate if it exists or not directly try authenticating and see if that works. The native dependencies that we have for the plugin don't support this by default and hence I cannot do anything for information check the pinned issue
@emilio-wstcopilot Any updates?
Hello there, I'm experiencing the same problem with Android 13 and Android 14. Everything works with Android 15 and iOS in general.
@kayne87 I will try to check this the next time i get a chance, the unfortunate thing is I don't have a lot of Android devices, I will try my best though
Face recognition is not working on Samsung A34 devices.
The library does not detect that the device has only configured the face recognition option.
A call to BiometricAuthenticationService.Default.GetAuthenticationStatusAsync() returns NotEnrolled when Face recognition is the only option configured on the device.
Work well with Fingerprint.