How to enable Face ID settings in iPhone

  1. SDK Version:37
  2. Platforms(Android/iOS/web/all): iOS Device(not simulator)

When I call LocalAuthentication.hasHardwareAsync() in iOS, it returns false when Face ID settings is disabled in settings for my application.
I have two questions.
a) How can I check whether ‘Face ID’ settings is enabled or not as we check for Notifications and Locations?
b) How can I ask permission to enable the ‘Face ID’ settings as we ask for Notifications and Locations?

I recently upgraded to SDK 37 and after that only it started returning LocalAuthentication.hasHardwareAsync() false based on settings.

I have already added NSFaceIDUsageDescription in app.json and everything was working fine till SDK 37

This is urgent and quick help is appreciated.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.