APNS 从多个服务器发送通知

问题描述:

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

I am writing an iOS application which will be sent notifications over APNS from backend servers.

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

Can I configure multiple servers to connect to APNS and send notifications? If so, is there a limit on the number of servers which can send notifications for a single application?

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

I can't find any details about this on the Apple site (e.g. http://developer.apple.com/iphone/library/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/ApplePushService/ApplePushService.html)

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

Yes, you can have multiple servers (Providers) connected to the APNS to send notifications to the same application, and no, there is no limit on how many. You just have to have the same APNS certificate on all of them.