any limitation push notification via APNS or C2DM?

前端 未结 2 1128
长发绾君心
长发绾君心 2021-01-20 22:15

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.

相关标签:
2条回答
  • 2021-01-20 22:19

    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

    0 讨论(0)
  • 2021-01-20 22:42

    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.

    0 讨论(0)
提交回复
热议问题