Search Unity

Ios requests camera description

Discussion in 'iOS and tvOS' started by eyalchess, May 15, 2017.

  1. eyalchess

    eyalchess

    Joined:
    Feb 18, 2016
    Posts:
    30
    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?
     
  2. Johannski

    Johannski

    Joined:
    Jan 25, 2014
    Posts:
    826
    I think you actually always need to fill in that information. You find it in the player settings in Other settings-> Configuration.

    upload_2017-5-17_16-55-36.png
     
    dhowell likes this.
  3. gregorymweston1

    gregorymweston1

    Joined:
    Nov 15, 2018
    Posts:
    1
    My screen doesn't match that. I'm trying to do the following and can't seem to figure it out.

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