FreakyAli / Plugin.Maui.Biometric

A biometric plugin for .NET MAUI
MIT License
106 stars 11 forks source link

Face recognition is not working on Samsung A34 devices. #14

Open emilio-wstcopilot opened 2 months ago

emilio-wstcopilot commented 2 months ago

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.

FreakyAli commented 2 months ago

What happens when you call AuthenticateAsync without GetAuthenticationStatusAsync when you just have FACE enrolled?

emilio-wstcopilot commented 2 months ago

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

FreakyAli commented 1 month ago

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

FreakyAli commented 1 month ago

@emilio-wstcopilot Any updates?

kayne87 commented 1 week ago

Hello there, I'm experiencing the same problem with Android 13 and Android 14. Everything works with Android 15 and iOS in general.

CASE 1 - Reproducible error in Android 13/14

CASE 2

FreakyAli commented 2 days ago

@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