Copy link to clipboard
Copied
Hello,
I have a problem with Air 25.0.0.108. I can't publish on app store. I got the following message:
"Dear developer,
We have discovered one or more issues with your recent delivery for "Eventer - Stream your event". To process your delivery, the following issues must be corrected:
Missing Info.plist key - This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSContactsUsageDescription key with a string value explaining to the user how the app uses this data.
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.
Once these issues have been corrected, you can then redeliver the corrected binary.
Regards,
The App Store team"
What is strange is that never asked for and I don't need access to calendar and contact.
After adding NSCalendarsUsageDescription and NSContactsUsageDescription to the app.xml even if I don't use it, I was able to submit to the app store without issue.
Copy link to clipboard
Copied
I add NSCalendarsUsageDescription and NSContactsUsageDescription to the app.xml even if I don't need it. I will see if it is accepted by Apple but I guess it will.
I will report back in case someone would have the same issue.
Copy link to clipboard
Copied
Hi,
Are you also using some ANE's in your application? You are seeing this message because we have upgraded to iOS 10 in AIR 25.
Thanks,
Krati | Adobe AIR Engineering
Copy link to clipboard
Copied
Thx Krati,
Yes i Use PermissionCheck from MyFlashLabs. So it might be the culprit.
Copy link to clipboard
Copied
After adding NSCalendarsUsageDescription and NSContactsUsageDescription to the app.xml even if I don't use it, I was able to submit to the app store without issue.
Copy link to clipboard
Copied
I am also having the same bug, and I am also using PermissionCheck from MyFlashLabs.
I have opened an issue in their Github page, and in the meanwhile I will be using the same solution as you.
Did Apple publish your app?
Regards
Copy link to clipboard
Copied
I face the same issues.