-
-
Notifications
You must be signed in to change notification settings - Fork 142
Closed
Description
This isn't a bug in the library, but you are now required to add a NSFaceIDUsageDescription
with some string value if you support Face ID for your passcode unlock. I'm not sure if there's a way to check the plist for this value at runtime and avoid initiating Face ID if it's missing, but the docs should probably be updated and I'm leaving this here for others to reference.
To reproduce the issue:
- Launch an iPhone X or iPhone X simulator on iOS 11.4 with Face ID enabled and with faces enrolled
- Add a passcode to your app with biometric support enabled
- Re-launch the app to trigger the passcode lock
- You should get a crash at this point instead of a Face ID prompt.
Metadata
Metadata
Assignees
Labels
No labels