authpass / biometric_storage

Flutter plugin to store data behind biometric authentication (ie. fingerprint)
https://pub.dev/packages/biometric_storage
MIT License
171 stars 101 forks source link

FaceId is not considered in Android Platform #91

Open hema-k83 opened 1 year ago

hema-k83 commented 1 year ago

Hi, I am using latest version of biometric_storage in my app. In ios i am able to use FaceId but in android When FaceId is setup, biometricStorage.canAuthenticate() returns CanAuthenticateResponse.errorNoBiometricEnrolled.

In Android with Fingerprint everything is fine, facing issue with FaceId alone. I followed all the instructions given in Getting started section.

Is FaceId in Android not supported by biometric_storage or do we have to follow any additional steps for that?

annawidera commented 1 year ago

Hey @hema-k83! Did you make FaceID work on an Android device when storing data with biometric_storage? Please share your configuration if it differs from the getting started section.

hema-k83 commented 1 year ago

Hey @hema-k83! Did you make FaceID work on an Android device when storing data with biometric_storage? Please share your configuration if it differs from the getting started section.

Hey @annawidera i couldn't make it work. Please check this https://github.com/authpass/biometric_storage/issues/39.