android使用gcm没有谷歌播放服务安装?

时间:2015-08-08 07:37:04

标签: android google-cloud-messaging

我在设备上没有安装Google Play服务时使用Android GCM? 使用GCM发送推送通知的方式是什么,而不是安装Google Play服务?

2 个答案:

答案 0 :(得分:1)

这是不可能的 - GCM requires Google Play服务正常运行。

  

要编写客户端应用程序,请使用GoogleCloudMessaging API。要使用此API,您必须将项目设置为使用Google Play服务SDK,如设置Google Play服务SDK中所述。

没有Google帐户且没有Google Play服务的GCM替代方案是Pushy(https://pushy.me/),这是一个独立,可靠的推送通知网关。

答案 1 :(得分:1)

您可以使用不需要安装googlePlayService的旧GCM,但已弃用,请参阅this link