Hey all, while trying to submit an update to the iOS app store I ran into the issue many are having here: https://forums.coronalabs.com/topic/63382-itunes-connect-processing-stopped-for-build-an-app/
So in an attempt to resolve this I have updated my xCode to v8, and did a build using 2945 and iOS beta 10. After submitted to the app store I no longer get the thinning error, however I received an email with the following issues:
Dear developer,
We have discovered one or more issues with your recent delivery for “KOMBO”. To process your delivery, the following issues must be corrected:
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.
This app attempts to access privacy-sensitive data without a usage description. The app’s Info.plist must contain an NSPhotoLibraryUsageDescription key with a string value explaining to the user how the app uses this data.
This app attempts to access privacy-sensitive data without a usage description. The app’s Info.plist must contain an NSCameraUsageDescription 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
My app doesn’t access the calendar, photo library, or camera. Anyone know of a way to resolve these?