ios - Do I need to edit provisioning after changing AppID -


i have app on appstore. until day not using push notifications. right add aps app. edited appid generate ssl certificates push notification server. need regenerate provisioning profile associated changed appid?

yes

regenerate provisioning profile when changing app id.

as seen in documentation, if change app id, need change provisioning profile.

as exemplified in diagram below (for team provisioning profile) , explained here, provisioning profile contain set of iphone development certificates, unique device identifiers , app id.

enter image description here

you can edit app id directly using member center. in member center, select certificates, identifiers & profiles. under identifiers, select app ids. select app id want change, , click edit. select corresponding checkboxes enable app services want allow.

followed by

later, you’ll regenerate provisioning profiles use app id.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -