>php教程 >php手册 >Android Push Notifications using Google Cloud Messaging (GCM

Android Push Notifications using Google Cloud Messaging (GCM

WBOY
WBOY원래의
2016-06-06 19:58:37977검색

http://www.androidhive.info/2012/10/android-push-notifications-using-google-cloud-messaging-gcm-php-and-mysql/ 按照链接中文章的步骤,实现了GCM-HTTP在client 和app server之间的部署,链接一下供需要的同学参考。 在从本地Server移植到web server遇

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

按照链接中文章的步骤,实现了GCM-HTTP在client 和app server之间的部署,链接一下供需要的同学参考。


在从本地Server移植到web server遇到的问题:

1.Google Api Key是绑定服务器IP的,所以在本地换到Web的时候,Google Api Key需要重新申请;

2.如果服务器端CURL不可用,那么推送就会出问题,需要安装CURL模块

参考链接:

http://stackoverflow.com/questions/22004716/gcm-is-not-working-on-live-server

http://stackoverflow.com/questions/2939820/how-to-enable-curl-installed-ubuntu-lamp-stack

http://www.2cto.com/os/201102/84031.html

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.