Reputation: 2299
After submitting my app to the app store (and later it got approved and released) I got an email stating that :
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...
By this post I understand that I need to recreate the profile, and submit the app again resigned with the new profile.
Upvotes: 1
Views: 576
Reputation: 2051
The above issue is related with push notification. So are u using push notification in ur app?
If not then u must update the provisioning profile by editing the bundle id. In developer account go to app ids and uncheck the option of APN in specific appid. Then update the provisioning profile by selecting that bundle id.
Upvotes: 0
Reputation: 2299
Ok, so I was in a hurry to release an update to the app store and couldn't wait for answers. So I took the chance, did it, and found out the answers along the way:
Upvotes: 1