Limitations on push notifications for multiple apps from the same server

蹲街弑〆低调 提交于 2019-12-06 12:35:51

问题


I am attempting to send push notifications for multiple apps in quick succession. Each app has its own certificate, of course, and I am using the appropriate certificate for each push token in my database.

I am finding that only the first app's 'batch' is arriving. In my php script I am cycling through each app, collecting the messages for that bundle identifier, opening the connection using the corresponding certificate, and sending the messages. Every single message is reported as successfully delivered.

If I switch the order in which I process the apps, I always find that all notifications for the first app ID all arrive fine, and the rest vanish into the ether.

Could someone shed some light on what might be happenning?

来源:https://stackoverflow.com/questions/21248733/limitations-on-push-notifications-for-multiple-apps-from-the-same-server

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