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

查看:220
本文介绍了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?

祝一切顺利, 约翰

PS: 您可以推荐pushwoosh.com还是urbanairship.com吗?他们提供推播的速度有多快?

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

推荐答案

这是苹果公司在其

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

使用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天全站免登陆