在 Android 上使用 GCM

Using GCM on Android

我想用 GCM 开发 android 聊天应用程序。我有一系列问题:

1) Whether messages are sent only on devices that have Google accounts or devices that do not have a Google account to get the message?

2) Any restrictions on sending messages or the number of requests per second or minute there?

** 请不要负分,也不要删除我的问题。我在网上查了一下,没有得到明确的答复。这就是我提出问题的原因。

谢谢所有亲爱的朋友<3

1) 根据this post,

  • 在 Android 台设备上,GCM 将现有连接用于 Google 服务。对于 3.0 之前的设备,这需要用户在他们的移动设备上设置他们的 Google 帐户。 Google 帐户不是设备 运行 Android 4.0.4 或更高版本的要求。

2) 根据this post,在"low hundred per minute on a per app per device"有一个限制。