GCM使用谷歌播放服务库和Rest Webservice

时间:2014-01-09 11:40:24

标签: android rest google-cloud-messaging

如何使用Google Play服务作为库使用GCM,因为不推荐使用Google云消息传递 和Rest Web Srevice?我有Rest webservice.I已在网上搜索但大多数示例都在php和示例中有Rest webservice正在使用google cloud messsaging而不是google play service.Can任何一个Post源代码或示例?

提前致谢。

1 个答案:

答案 0 :(得分:0)

不推荐使用的库是客户端库gcm.jar(具有GCMRegistrar类的库)。该库确实被google-play-services库取代。

但是,gcm服务器库(gcm-server.jar)未被弃用,您仍然可以使用它将Java请求发送到Java中的GCM服务器。您可以找到演示代码here的链接。