Ios requests camera description

I have tried to upload my app in xcode but I have got a mail with the message below:

Missing Info.plist key - This app attempts to access privacy-sensitive data without a usage description. The app’s Info.plist must contain an NSCameraUsageDescription key with a string value explaining to the user how the app uses this data.

Once these issues have been corrected, you can then redeliver the corrected binary.

I don’t use any external camera accept the camera built in in Unity.

Why do I get this message?

I think you actually always need to fill in that information. You find it in the player settings in Other settings-> Configuration.

3073518--231117--upload_2017-5-17_16-55-36.png

1 Like

My screen doesn’t match that. I’m trying to do the following and can’t seem to figure it out.

  • For iOS provide a Camera Usage Description e.x (“Gesture recognition”).
  • For iOS set the Target minimum SDK to 11.