Mahmoud_Sabry
Mahmoud_Sabry

Reputation: 31

"expo-local-authentication" Authentication unsuccessful "missing_usage_description"

Here's a copy of my app.json requesting permission and providing description

enter image description here

and when run I face this message.

enter image description here

await authenticateAsync({
      disableDeviceFallback: true,
      promptMessage: 'Login with Biometrics',
      cancelLabel: 'Cancel'
}).catch(error => console.log('bioError:: ', error))

Expecting to authenticate the user biometric and asking for permission.

Upvotes: 3

Views: 310

Answers (0)

Related Questions