I'm trying to upload an update for an existing App with XCode 8. After the upload I have received this email:
"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."
I know about the new privacy policy for iOS 10 and also how to add the needed description. My problem is: I'm not using the Calendar in my app.
Is there a way to find out why Apple thinks I use the Calendar? Maybe it's used by the AdMobSDK from Google?