Open hema-k83 opened 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 @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.
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()
returnsCanAuthenticateResponse.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?