infoPlist not working

i can’t get the infoPlist to work, i have set it up how EXPO tells me to but i can’t get it to work in the simulator or the stand alone app. this is my set up.

“ios”: {
“bundleIdentifier”: “com.mixem.app”,
“buildNumber”: “1.0.16”,
“supportsTablet”: false,
“infoPlist”: {
“NSCameraUsageDescription”: “Mixem will uses the camera to take profile pictures
and event pictures.”,
“NSLocationWhenInUseUsageDescription”: “Mixem will use your location to show you
where you are relative to the events around you.”,
“NSPhotoLibraryAddUsageDescription”: “Mixem will use your photo library so you can
select pictures for your profile picture and event pictures.”,
“NSPhotoLibraryUsageDescription”: “Mixem will use your photo library so you can
select pictures for your profile picture and event pictures.”,
“NSContactsUsageDescription”: “Mixem will use your contact list so you can invite
friends to events.”
}

What do you mean when you say you can’t get it to work? What’s the observed behavior?

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