App crashes on Expo client on iPhoneX

My app crashes when I open in on iPhoneX (iOS 11.3)

My build link is: https://exp.host/@trinet/mobilev7

This had happened previously in my stand alone app and was fixed when I added the privacy setting details in the ios, info.plist

"infoPlist": {
        "NSFaceIDUsageDescription": "This app will optionally use Face ID or Touch ID to save login"
      }

I just downloaded the latest expo client and opened my app and it crashes.
The crash report gives the following info:
This app has crashed because it attempted to access privacy-sensitive data without a usage description. The app’s Info.plist must contain an NSFaceIDUsageDescription key with a string value explaining to the user how the app uses this data.

As mentioned, this has already been taken care of.
Is this a problem with the current version of expo that I am using?

Hey @trinet,

What version of the Expo Client are you running?

Cheers,

Adam

hi @adamjnav
I just downloaded the latest expo client. The app store says version: 2.7.5

I created a stand alone build for this and it works fine on iphoneX. Looks like it only crashes on the Expo Client.

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