iOS Push Notification SSL Certificate

风流意气都作罢 提交于 2019-12-13 12:33:42

问题


Is the certificate generated to send push notifications specific to the server, or I can use it on any other server, if I change my server?

Thank you.


回答1:


You can use it in any server. Apple push notification SSL certificate is not specific to any server.

Example: parse.com, xtify.com etc.




回答2:


You can use it on any server -- its the certificate and its corresponding private key that matters, not the IP from which the connection is made.




回答3:


You can use it in any server. Apple push notification SSL certificate is not specific to any server.

https://developer.apple.com/library/archive/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/APNSOverview.html#//apple_ref/doc/uid/TP40008194-CH8-SW1



来源:https://stackoverflow.com/questions/15473610/ios-push-notification-ssl-certificate

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