When I first downloaded from Xcode 8 to the iTunes Store, I received the following message from Apple
This application attempts to access sensitive data without a description of use. The application Info.plist must contain the NSPhotoLibraryUsageDescription key with a string value that tells the user how the application uses this data.
This application attempts to access sensitive data without a description of use. The application's Info.plist must contain the NSCameraUsageDescription key with a string value that tells the user how the application uses this data.
I researched and then added the following entries to my info.plist

Then I uploaded the new assembly to the iTunes store, but again received the same warning.
What am I doing wrong?
EDIT
I added a description of the use of the multimedia library (as suggested by Dan Clark below)

but Apple again rejected the assembly and responded with the same warning.
source
share