Enabling PUSH notification in existing uploaded application

你。 提交于 2019-12-11 11:40:28

问题


I have a application uploaded on App store that doesn't use PUSH notification as of now. I want to enable PUSH notifications in the application and push that as a part of App upgrade in the store. I went through a POC for PUSH notification and it states to create SSL certificate and a provisioning profile and use them for development.

Here is the tutorial that i refered http://www.raywenderlich.com/32960/apple-push-notification-services-in-ios-6-tutorial-part-1

I wanted to clarify if i can enable PUSH notifications in existing application without revoking the old certificate and will it affect my application in anyway? I maybe a bit confused here on the ssl certificates and app certificates. Any help will be appreciated...


回答1:


  1. You can Enable APNS without Affecting App store Application.

  2. Its Same step for Making APNS SSl Creation.

  3. You Need to Upload App with New Version after Making APNS enabled Application.

  4. You can edit and Use Old Provisioning profile for App Upgrade.

Referencer Link:

Please Check this Reference for Making SSL and APNS setup.

Easy APNS



来源:https://stackoverflow.com/questions/25519153/enabling-push-notification-in-existing-uploaded-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!