使用Python /(GAE)为Android应用程序的推送通知服务器端执行

问题描述:

从哪里(有用的链接)应该开始(我需要的基本知识)来使用Python(GAE)的编写服务器端执行推送通知**机器人应用程序?

From where (useful links)should start (I need the basics) to Write Server side implement using PYTHON(GAE) for push notifications for **"android" app?

谷歌有一个伟大的介绍设置使用了新系统的推送通知:谷歌云消息传递。欲了解更多信息请参阅入门指南的位置:

Google has a great introduction to setting up push notifications using their new system: Google Cloud Messaging. For more info see the getting started guide here:

http://developer.android.com/guide/google/gcm/ gs.html

由于您使用的是谷歌应用程序引擎,检查出的演示应用程序,使用应用程序引擎。下面是应用程序引擎的用户在服务器端code段:

Since you are using google app engine, check out the demo app that uses app engine. Here is the server side code segment for app-engine users:

http://developer.android.com/guide/谷歌/ GCM / demo.html#AppEngine上,设置