When trying to upload my app to Appstore, my app gets rejected with this message:
This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSCalendarsUsageDescription key with a string value explaining to the user how the app uses this data.
the same happens with NSPhotoLibraryUsageDescription
, and NSCameraUsageDescription
.
I've used localized strings for all of these keys in InfoPlist.strings
, but the build is still rejected. I'm using CocoaPods. Any help?