SelfLender / react-native-biometrics

React Native module for iOS and Android biometrics
MIT License
664 stars 228 forks source link

System pin instead of biometric verification #285

Open zvitek opened 7 months ago

zvitek commented 7 months ago

Hi, in some cases of using biometrics on iOS, it doesn't trigger traditional FaceID authentication, but prompts the user for a passcode. For another user, biometrics works fine classically. Has anyone encountered the problem in question?

Thank you

react-native: ^0.72.5 react-native-biometrics: ^3.0.1

kitolog commented 6 months ago

Same here

kostas64 commented 4 months ago

The case that this happens (at least what i replicated) is when you have passed

{ allowDeviceCredentials: true }

in your

new ReactNativeBiometrics

references, user's device support FaceID but he has it disabled from his settings. Not Permission denied but disabled.