Search code examples
xamarinxamarin.formsxamarin.iosinfo.plist

Xamarin forms: IOS app rejected by app store review team with issue Missing Info.plist key


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:

enter image description here

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.


Solution

  • Include Privacy key "Privacy - Calendars Usage Description".