Reputation: 1653
I am using push notification based application with apply all the required information related to a push notification based application. Now i want to know that after revoke or expiration of the certificate of user, is it necessary to create a new provisioning profile with new push notification enabled profile.
What are the limitations of the push notification based profiles in iOS.
Upvotes: 1
Views: 95
Reputation: 3017
No, you don't have to. Unless you will update your app, you can continue to do push notifications without renewing any provisioning profiles. All you have to do is renew p12 file that is used at backend side. You can find many tutorials on the web about how to create p12 file for push licenses.
Upvotes: 1
Reputation: 5536
Yes it is, your profile needs to exist AND it needs to be valid for push notifications to be delivered.
Upvotes: 0