Reputation: 3681
I submitted my first iOS app to the app store and they rejected the app because of the following issue:
Missing Info.plist key - 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.
By researching, I found the solution and I added NSCalendarsUsageDescription to the Info.plist like below:
I re-submited the app after fixing it but app was rejected again by the app store with the same issue.
Am I missing something?
Thanks in advance.
Upvotes: 0
Views: 278