Single SSL certificate over multiple servers to send Push notifications to same application

怎甘沉沦 提交于 2019-12-07 07:02:02

问题


Is it possible to use single SSL certificate over multiple servers to send Push notifications to same application.We have Client and Server, client will be downloaded from appstore where as server will will be installed by individual customer on their own network. For all customers client application is same, we cannot submit the individual app for every customer. So, is there any limitation by apple on this scenario.


回答1:


There is no such kind of limitation by APPLE. What APPLE care is push notification is to be sent by proper connection and certificate.

And there is no any documented limit available as of now, so shouldn't be a case, Check This for more confirmation to this assurance as that user has sent 7 million of push notifications with different servers in a month as he has claimed.




回答2:


You can also use multiple SSL certificates to send push notifications from multiple servers to the same application. This has been made possible by Apple only recently. See this answer for more details.



来源:https://stackoverflow.com/questions/15875992/single-ssl-certificate-over-multiple-servers-to-send-push-notifications-to-same

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