问题描述
在企业中,我们将向 17,000 名员工发送推送通知.他们有智能手机(iOS、Android).
In enterprise, we will send push notification to 17,000 employee. They have smartphone(iOS, Android).
我们预计每年会发送大约 1800 万条推送通知.
We expect to send about 18 millions push notification per year.
通过 APNS 或 C2DM 是否有任何限制推送通知计数?
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.
请帮帮我.
推荐答案
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
这篇关于任何通过 APNS 或 C2DM 的限制推送通知?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!