Skip to content

Instantly share code, notes, and snippets.

@vernondegoede
Created July 15, 2019 05:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vernondegoede/81203b3a70adff097dbe57c027545a8f to your computer and use it in GitHub Desktop.
Save vernondegoede/81203b3a70adff097dbe57c027545a8f to your computer and use it in GitHub Desktop.
NSFaceIDUsageDescription error
{
"expo": {
"name": "xxx",
"slug": "xxx",
"privacy": "public",
"sdkVersion": "33.0.0",
"platforms": ["ios"],
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": ["**/*"],
"hooks": {
"postPublish": [
{
"file": "sentry-expo/upload-sourcemaps",
"config": {
"organization": "xxx",
"project": "xxx",
"authToken": "xxx"
}
}
]
},
"ios": {
"bundleIdentifier": "com.xxx.xxx",
"infoPlist": {
"NSFaceIDUsageDescription": "We'll use Face ID or Touch ID to secure your payment details."
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment