iOS Question Invalid Binary - (ios Build)

ilan

Expert
Licensed User
Longtime User
hi

when i try to upload a new Build to member center for 3 of my apps i get following msg from apple:

Dear developer,

We have discovered one or more issues with your recent delivery for "Safe Area". 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 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.

Though you are not required to fix the following issues, we wanted to make you aware of them:

Missing Push Notification Entitlement - Your app includes an API for Apple's Push Notification service, but the aps-environment entitlement is missing from the app's signature. To resolve this, make sure your App ID is enabled for push notification in the Provisioning Portal. Then, sign your app with a distribution provisioning profile that includes the aps-environment entitlement. This will create the correct signature, and you can resubmit your app. See "Provisioning and Development" in the Local and Push Notification Programming Guide for more information. If your app does not use the Apple Push Notification service, no action is required. You may remove the API from future submissions to stop this warning. If you use a third-party framework, you may need to contact the developer for information on removing the API.

Once the required corrections have been made, you can then redeliver the corrected binary.

Regards,

The App Store team

i am not using any push notification on those apps.

i use only on 1 app push notifications.
i have uploaded other builds and i did not get any error from apple. what could be the problem?

thanx, ilan
 

ilan

Expert
Licensed User
Longtime User
thanx @Erel, i can confirm that the problem is solved. my apps have been approved.
thank you very much for your awesome support! :)
 
Last edited:
Upvote 0
Top