【问题标题】:What Rate of Push Notifications Triggers TooManyRequests Error? [duplicate]什么比率的推送通知会触发 TooManyRequests 错误? [复制]
【发布时间】:2017-07-27 23:19:12
【问题描述】:

很简单...

比如我循环发送5,会不会触发失败?

只是想知道是否有经验的人可以对此进行讨论。

【问题讨论】:

    标签: ios apple-push-notifications


    【解决方案1】:

    文档中没有具体限制 (Communicating with APNs)。

    使用 APN 没有上限或批量大小限制。 iOS 6.1 新闻稿称,APNs 自成立以来已发送超过 4 万亿条推送通知。在 WWDC 2012 上宣布,APN 每天发送 70 亿条通知。

    如果您发现吞吐量低于每秒 9,000 条通知,您的服务器可能会受益于改进的错误处理逻辑。

    错误 429 表示 The server received too many requests for the same device token。如果您遇到问题,您可能需要检查Technical Note TN2265 - Troubleshooting Push Notifications

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2014-03-27
      • 1970-01-01
      • 2014-10-03
      • 1970-01-01
      • 1970-01-01
      • 2017-06-05
      • 2015-05-12
      • 1970-01-01
      相关资源
      最近更新 更多