2X faster development
The ultimate Xamarin UI toolkit to boost your development speed.
In iOS 10+ version, app may crash when you try to access any other applications (such as Photo albums) without permission. To solve this, you should manually add permission to the app in the info.plist file of the iOS project.
|
2X faster development
The ultimate Xamarin UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.
I have the same problem. I dont use OS calendar or photoLibrary in any way, yet I get this from AppStore. _ ITMS-90683: Missing Purpose String in Info.plist - Your app's code references one or more APIs that access sensitive user data. The app's Info.plist file should contain a NSPhotoLibraryUsageDescription key with a user-facing purpose string explaining clearly and completely why your app needs the data.
ITMS-90683: Missing Purpose String in Info.plist - Your app's code references one or more APIs that access sensitive user data. The app's Info.plist file should contain a NSCalendarsUsageDescription key with a user-facing purpose string explaining clearly and completely why your app needs the data. _
Hi Jaroslav Borosky,
The AppStore reported issue “ITMS-90683: Missing Purpose String in Info.plist“ may happen if you want to get calendar or photo library data from the user otherwise attempt to access the photo album to store pictures in your application. You have put the below code in info.plist file to fix this problem.
Thanks, Manivannan E