FreakyAli / Plugin.Maui.Biometric

A biometric plugin for .NET MAUI
MIT License
80 stars 10 forks source link

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

Open emilio-wstcopilot opened 5 days ago

emilio-wstcopilot commented 5 days 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 5 days ago

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

emilio-wstcopilot commented 5 days 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...