Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 663
san Avatar asked Dec 26 '22 06:12

san


2 Answers

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.

like image 147
Janak Nirmal Avatar answered May 20 '23 03:05

Janak Nirmal


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.

like image 42
Eran Avatar answered May 20 '23 01:05

Eran