Page 1 of 3

Please help with Push Notification Entitlement

Posted: Fri Apr 04, 2014 1:03 pm
by mikeman

I submitted my app to Apple App Store and they have not approved my app because following reason. Could anyone tell me in plain English what does it mean? Hard to understand for the first time?

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.

I plan not to do any push feature on my app.


Please help with Push Notification Entitlement

Posted: Fri Apr 04, 2014 1:39 pm
by Kateryna Grynko

Hi Mike,

Please make sure "Use push notification" is unticked in App Settings.


Please help with Push Notification Entitlement

Posted: Fri Apr 04, 2014 9:22 pm
by mikeman

Yes my Use Push NOtification is unticked but I still got notice "Missing Push Notification Entitlement"

I even removed this line:

feature name="PushNotification"
param name="ios-package" value="PushNotification"
feature

in the config.xml

but still got response: Missing Push Notification Entitlement

Please help


Please help with Push Notification Entitlement

Posted: Mon Apr 07, 2014 3:20 am
by mikeman

Hope someone could help me


Please help with Push Notification Entitlement

Posted: Mon Apr 07, 2014 5:23 am
by Maryna Brodina

Working on it. I'll update.


Please help with Push Notification Entitlement

Posted: Mon Apr 07, 2014 8:06 am
by Maryna Brodina

Please help with Push Notification Entitlement

Posted: Mon Apr 07, 2014 7:30 pm
by mikeman

Maryna,

I tried both of the links you suggested by regenerated the provision file then upload the app again. I still got rejection by Missing Push Notification Entitlement

Please help, I am approaching to a deadline and no app in the app-store yet.

Thank you


Please help with Push Notification Entitlement

Posted: Mon Apr 07, 2014 7:30 pm
by mikeman

Maryna,

I tried both of the links you suggested by regenerated the provision file then upload the app again. I still got rejection by Missing Push Notification Entitlement

Please help, I am approaching to a deadline and no app in the app-store yet.

Thank you


Please help with Push Notification Entitlement

Posted: Mon Apr 07, 2014 8:25 pm
by Kateryna Grynko

Hi Mike,

Did you change app sources?


Please help with Push Notification Entitlement

Posted: Mon Apr 07, 2014 9:58 pm
by mikeman

Yes, I removed this line

feature name="PushNotification"
param name="ios-package" value="PushNotification"
feature