The NAFaceIdDescription key in the Info.plist file is required for Face ID authentication on iOS, but it is not being properly used by the expo-local-authentication package. Is there any workaournd for this issue, even on production not able to track.

Please provide the following:

  1. SDK Version: 48.0.0
  2. Platforms - iOS
  3. permission faceId

“ios”: {
“supportsTablet”: true,
“buildNumber”: “1.0.1”,
“googleServicesFile”: “./GoogleService-Info.plist”,
“infoPlist”: {
“NSCameraUsageDescription”: “This app uses the camera to take pictures to post.”,
“NSPhotoLibraryUsageDescription”: “This app uses the photo library to upload pictures to post.”,
“NSFaceIDUsageDescription”: “Allow $(PRODUCT_NAME) to use Face ID for authentication”
}
},

“plugins”: [

  "expo-local-authentication",
  {
    "faceIDPermission": "Allow $(PRODUCT_NAME) to use Face ID for authentication."
  }

],

tried both the options but not working . need some workaround

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