Android 推送通知 (GCM),是否有每日限制? [英] Android Push Notification (GCM), is there any Daily Limit?

查看:25
本文介绍了Android 推送通知 (GCM),是否有每日限制?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

发送给特定 Android 应用程序用户的数量推送通知 (GCM) 是否有每日限制?

Is there any daily limit for number push notifications (GCM) can be sent to a particular android application user?

推荐答案

更新: GCM 已弃用,请使用 FCM

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

After Google replaced C2DM with GCM, they took off all limits.

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

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

Prior to GCM (when it was still called C2DM): https://developers.google.com/android/c2dm/#limitations)

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

The only limits you run into the GCM documentation is this: http://developer.android.com/google/gcm/adv.html#lifetime

引自上述链接:

注意:可以存储多少条消息是有限制的崩溃.该限制当前为 100.如果达到限制,则所有存储的消息被丢弃.然后当设备重新联机时,它收到一条特殊消息,表明已达到限制.这然后应用程序可以正确处理这种情况,通常是通过请求完全同步.

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.

我不确定这是否与您的问题相关.

I am not sure if this is relevant to your question though.

这篇关于Android 推送通知 (GCM),是否有每日限制?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆