通过 APNS 或 C2DM 发送任何限制推送通知吗?

发布于 2024-10-24 20:08:20 字数 200 浏览 2 评论 0原文

在企业中,我们将向 17,000 名员工发送推送通知。他们有智能手机(iOS、Android)。

我们预计每年发送约 1800 万条推送通知。

通过 APNS 或 C2DM 推送通知的数量是否有限制?

我在苹果或谷歌中找不到有关通知限制的官方文档。

在部署我们的应用程序之前,我们必须检查这一点。

请帮我。

In enterprise, we will send push notification to 17,000 employee. They have smartphone(iOS, Android).

We expect to send about 18 millions push notification per year.

Is there any limitation push notification count via APNS or C2DM?

I cannot found officer document in apple or google for the notification limitation.

we must check this, before deploy our app.

Please help me.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

七度光 2024-10-31 20:08:20

不确定 C2DM,但我发现 APNS 没有限制。我每月通过服务器发送大约 700 万条推送通知,但尚未发现问题。

Not sure about C2DM, but APNS has no limit I've found yet. I send roughly 7 million push notifications a month through my servers, yet to see a problem.

早茶月光 2024-10-31 20:08:20

Android 的 C2DM 常规注册的一般配额为每天 200,000 条消息。但是,如果您需要更多,则需要联系 Google 进行安排。更多信息请参见:http://code.google.com/android/c2dm/quotas.html

The general quota for Android's C2DM is 200,000 msgs per day for regular sign ups. However, if you need more, you will need to contact Google to arrange. More information here: http://code.google.com/android/c2dm/quotas.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文