APNS-Development push SSL or Production push SSL?

半世苍凉 提交于 2019-12-08 10:47:34

问题


I want to create an application with apple push notification services. I have used Development Push SSL at the development time and I have done the app and all the testing, and its working fine. So now I want to distribute the app through appstore. So which one should i use? Development push SSL or Production push SSL?

Thanks


回答1:


You definitely need to setup and use the Production Certificates for app store releases.

See the iOS Provisioning Portal, App ID's, then configure your certificates for Production.

Then download and use this Production certificate to sign your apps that you want to submit to the App Store.



来源:https://stackoverflow.com/questions/8396240/apns-development-push-ssl-or-production-push-ssl

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