You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 #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?
The text was updated successfully, but these errors were encountered: