将GCM与PHP集成

时间:2015-02-09 20:04:14

标签: php android curl google-cloud-messaging

我希望将google云消息集成到我的应用程序中,因为我希望能够在运行某些php时使用它。但是,我似乎无法从谷歌找到任何关于此的官方信息,只是你可以使用curl。这是唯一的方式还是有更好的方法? 感谢

2 个答案:

答案 0 :(得分:0)

以下链接是如何实现服务器端和客户端端的;他们都是官方文件:

Server

Client

如果您正在寻找如何使用php设置服务器:

link

似乎使用curl很常见。

答案 1 :(得分:0)

http://www.androidhive.info/2012/10/android-push-notifications-using-google-cloud-messaging-gcm-php-and-mysql/

点击以下链接。 注册您的申请 https://console.developers.google.com/

您可以在本地服务器或Web服务器上运行的Php代码。只需在SERVER_URL中更改CommonUtilities类中的服务器路径即可。 更改SENDER_ID