I'm trying to upload an update from my APP to the store I just changed the contents of some NSStrings, when I archive and send it to iTunes, it does not show any errors, but when I add it, iTunes does not allow it.
The only thing I did was upgrade my xCode to the latest version (8.1).
Theysentmethismessage:
Deardeveloper,
Wehavediscoveredoneormoreissueswithyourrecentdeliveryfor"APP Name". To process your delivery, the following issues must be corrected:
This app attempts to access privacy-sensitive data without a use description. The app's Info.plist should contain an NSPhotoLibraryUsageDescription key with a string value explaining to the user how the app uses this data.
This app attempts to access privacy-sensitive data without a use description. The app's Info.plist should 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.
Regards,
The App Store team
As I understand it, I should add something in Info.plist What could it be?