hieuvp/react-native-fingerprint-scanner

Face Id not working in Iphone 11

Closed this issue · 4 comments

I tried in iPhone 10 and it is working fine but when I use iPhone 11 the app closes automatically.

Hi there!
Any time the phrase "app crashes" is used in an issue report, it should be followed by the stack trace from native logs

I added this line
"NSFaceIDUsageDescription
$(PRODUCT_NAME) requires FaceID access to allows you quick and secure access." in info.plist.

After that, it works fine for me.

Solved the issue by changing in info.plist file

@RonaldThayil if there is something missing in the documentation (seems like there is? for install instructions on iOS?) you could hit the edit button on the README and quickly (using the github web UI, just takes a moment) propose a PR to improve it for everyone in the future