bcgov / bc-wallet-mobile

BC Wallet to hold Verifiable Credentials
Apache License 2.0
62 stars 50 forks source link

Android app only unlocks with fingerprint even if FaceID is set #737

Closed jleach closed 1 year ago

jleach commented 2 years ago

The Android app only unlocks with a fingerprint even if the ability to unlock with face ID is present.

As noted here this is a known limitation in the Android implementation:

For Android we support only two states: None (default) and Fingerprint (use only biometric protected storage); Face recognition fails with "User not authenticated" exception, see issue #318

jleach commented 2 years ago

To fix this issue we would need to fix 318 in the underlying package we use. Read the conversation, someone did submit a PR to fix but it was never merged.