iOS 推送通知 - 我可以在一分钟内从我的服务器发送多少个? [英] iOS Push Notification - How many can I send from my server in a minute?

查看:17
本文介绍了iOS 推送通知 - 我可以在一分钟内从我的服务器发送多少个?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我计划通过推送支持更新我的应用.我使用 php 脚本连接到 Apple 服务器并立即发送所有推送,关闭连接.

I'm planning to update my app with push support. I connect to the Apple server with a php script and send all the pushs at once, the close the connection.

我可以在一分钟内发送多少个?大家有没有这方面的经验?

How many can I send in a minute? Do you guys have any experience with that?

一切顺利,约翰

附注:你能推荐 pushwoosh.com 或urbanairship.com 吗?他们提供推送的速度有多快?

PS: Can you recommend pushwoosh.com or urbanairship.com ? How fast do they deliver Pushs?

推荐答案

以下是 Apple 在其 技术说明 :

Here's what Apple say regarding push speed in their Technical Note :

推送通知吞吐量和错误检查

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

There are no caps or batch size limits for using APNs. The iOS 6.1 press release stated that APNs has sent over 4 trillion push notifications since it was established. It was announced at WWDC 2012 that APNs is sending 7 billion notifications daily.

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

If you're seeing throughput lower than 9,000 notifications per second, your server might benefit from improved error handling logic.

我们可以从这句话中假设您每秒应该能够发送至少 9000 个通知.

We can assume from this quote that you should be able to send at least 9000 notifications per second.

这篇关于iOS 推送通知 - 我可以在一分钟内从我的服务器发送多少个?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆