SelfLender / react-native-biometrics

React Native module for iOS and Android biometrics
MIT License
657 stars 224 forks source link

FaceID is not working on android device #255

Open mohapatra-swagatika opened 1 year ago

mohapatra-swagatika commented 1 year ago

Hi Team,

I've integrated react-native-biometrics, but I'm encountering an issue with Face ID on Android Device. Whenever I attempt to call rnBiometrics.simplePrompt({ promptMessage: "Login using your biometric credential" }), I receive a message stating "No fingerprints available," despite having already enrolled in Face Unlock.

mrshahzeb7 commented 1 year ago

any solution?

shivampandey551 commented 1 year ago

Hii, guys i'm also facing the same issue

Thuan60th4 commented 1 year ago

ChangeBIOMETRIC_STRONG -> BIOMETRIC_WEAK in nodemodule/react-native-biometrics/android/src/java/ReactNativeBiometrics.java

mrshahzeb7 commented 1 year ago

BIOMETRIC_WEAK

I am getting this after your suggestion but the path is android/src/main/java/com/rnBiometrics/ReactNativeBiometric.java

"[Error: Error generating signature: Crypto-based authentication is not supported for Class 2 (Weak) biometrics.]"

ronilitman commented 1 year ago

I am having the same issue. Any solution to this?

Amberevol commented 9 months ago

In my case it opens the fingerprint sensor by default everytime. And when i remove the fingerPrints data from my device it throws error, any solution.

youcefswoo commented 5 months ago

Any updates ?