I tried to download the iOS-10 update of our application in iTunes Connect. I am using Xcode 8 GM.
Unfortunately, after downloading iTunes Connect sends an email containing the following:
This application attempts to access sensitive data without using a description. The Info.plist application must contain an NSPhotoLibraryUsageDescription key with a string value that explains to the user how the application uses this data.
We support englisch, German Spanish, so in the application folder there is a folder de.lproj, en.lproj and es.lproj, each of which contains InfoPlist.strings, which contains this key:
"NSPhotoLibraryUsageDescription" = "my description…";
Any ideas what is going wrong and how to check it? InfoPlist.strings has targeted membership for the right build goal, and even to build our application extension.
ios ios10 xcode8 itunesconnect
Tobias
source share