iOS Question API use Warning while Apple Store binary upload

Paulo Barros

Member
Licensed User
Longtime User
Hi to all!

I receivedt the following warning from Apple review team.

spacer4.gif

Dear developer,
We have discovered one or more issues with your recent delivery for "ApplicationName". Your delivery was successful, but you may wish to correct the following issues in your next delivery:
Missing Push Notification Entitlement - Your app appears to include API used to register with the Apple Push Notification service, but the app signature's entitlements do not include the "aps-environment" entitlement. If your app uses the Apple Push Notification service, make sure your App ID is enabled for Push Notification in the Provisioning Portal, and resubmit after signing your app with a Distribution provisioning profile that includes the "aps-environment" entitlement. 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.
After you’ve corrected the issues, you can use Xcode or Application Loader to upload a new binary to iTunes Connect.
Regards,
The App Store team​

Do anyone help me to understand wich API I'm using that determines this warning?
Maybe I loaded a class or a library that contains this references to this API during final compilation.
What it scares me is that they from Apple are really hard to treat and they are almost not flexible.
I don't want to discover in the future that my apps are non approved for pubblication for that issue, so if I'm able to fix it from now it'll bw fine.
Thank you for any help you can give and if anyone is able to describe better what "Apple Push Notification service" is, it will be very fine and appreciate.
Paulo
 

Paulo Barros

Member
Licensed User
Longtime User
Hi Erel,

It is because to publish on Apple Store it seems to be quite hard.
I get my first app pubblished at google store in 24h and still on the process (more than 25 days) at Apple store.

It is possible that in the future they will consider this warning as a blocking one?
Maybe not, but i don't trust them so much.

Thank you for your preparation and patience
Paulo
 
Upvote 0
Top