Multiple Servers connecting to APNS with same SSL certificate

白昼怎懂夜的黑 提交于 2019-12-25 04:01:54

问题


We are launching a product which has both a client and server piece. The client would be available over App Store and server can be downloaded from our company's web site. The server part would be installed by individual customer on their own network.

While implementing Push notifications, it cam to my notice that the server talks to Apple Push Notification Service and validates itself with the SLL Certificate.

The question is, can all our customer use the same SSL certificates and connect to APNS to push notifications on their devices?

Please note that there is only on client app, that is available through app store.


回答1:


Yes, you can install the apple push notification certificate downloaded from developper center on multiple servers at the same time.



来源:https://stackoverflow.com/questions/7075795/multiple-servers-connecting-to-apns-with-same-ssl-certificate

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