Start a new topic

Itunes rejects my App even though key NSPhotoLibraryUsageDescription is present in Info.plist

Here's what iTunes sends back via email:


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



Here's whats in my Info.plist right a the top:


<plist version="1.0">

<dict>

  <key>NSCameraUsageDescription</key>

 <string>Used for Mixed Reality Experience</string>

 <key>NSLocationWhenInUseUsageDescription</key>

 <string>GPS is used to display POIs around you</string>

 <key>CFBundleIdentifier</key>

 <string>com.Spinteractive.Locales</string>

 <key>CFBundleShortVersionString</key>

 <string>1.0</string>

 <key>CFBundleVersion</key>

....

....


Any ideas?

1 Comment

It helps if you type the correct key name. Def getting tired and going to bed. Goodnight Wikitude thanks for the awesome SDK!

Login or Signup to post a comment