Android 推送通知 (GCM),是否有每日限制?

标签 android push-notification limit google-cloud-messaging

每天向特定 Android 应用程序用户发送号码推送通知 (GCM) 是否有限制?

最佳答案

Update: GCM is deprecated, use FCM

在 Google 用 GCM 取代 C2DM 后,他们取消了所有限制。

来源:http://developer.android.com/google/gcm/c2dm.html#history

在 GCM 之前(当时仍称为 C2DM):https://developers.google.com/android/c2dm/#limitations )

您在 GCM 文档中遇到的唯一限制是: http://developer.android.com/google/gcm/adv.html#lifetime

引用以上链接:

Note: There is a limit on how many messages can be stored without collapsing. That limit is currently 100. If the limit is reached, all stored messages are discarded. Then when the device is back online, it receives a special message indicating that the limit was reached. The application can then handle the situation properly, typically by requesting a full sync.

我不确定这是否与您的问题有关。

关于Android 推送通知 (GCM),是否有每日限制?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15017486/

相关文章:

php - 谷歌地图 : search in specific countries

android - 如何区分android中的布局文件夹?

android - 内部 PreferenceScreen 不使用 PreferenceFragmentCompat 打开

iphone - 应用程序关闭时是否可以从推送通知触发图像下载?

php - SQL 语句不会限制。显示没有结果

mysql - 有没有办法控制 MySQL.MyISAM 中每个用户的内存使用量?

android - 如何在 android 中关闭搜索 View 后重置 ListView ?

php - 如何在corona sdk应用程序中显示用户名

android - Phonegap- 支持推送通知

ios - APN 和 TestFlight : Xcode chooses a wrong (XC*) provisioning profile to submit archive