APNS 从多个服务器发送通知

mch*_*chr 5 iphone apple-push-notifications ios

我正在编写一个 iOS 应用程序,它将从后端服务器通过 APNS 发送通知。

我可以配置多个服务器以连接到 APNS 并发送通知吗?如果是这样,可以为单个应用程序发送通知的服务器数量是否有限制?

我在 Apple 网站上找不到任何有关此的详细信息(例如http://developer.apple.com/iphone/library/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/ApplePushService/ApplePushService.html

eli*_*ego 5

是的,您可以将多个服务器(提供商)连接到 APNS 以向同一个应用程序发送通知,并且不,数量没有限制。您只需要在所有这些设备上都拥有相同的 APNS 证书。