GCM server using Google app-engine [closed]

痴心易碎 提交于 2019-12-20 15:01:30

问题


I have just implemented the SDK samples for GCM client and server side. I implemented it with no problems using NetBeans(Glass Fish) as my server side and Eclipse as my client (Android). I now want to explore the use of Google App Engine as my server side. I downloaded the sample from the SDK but cant get it to compile and run....Is there any tutorial regarding this like the regular server-client GCM? Thanks in advance!


回答1:


You might want to take a lot at this Using App Engine for Java which is part of Google's GCM docs. Here is another blog post about a GAE based GCM server: http://www.andro.lt/2012/11/google-cloud-messaging-for-android.html




回答2:


If you want to use Google Cloud Messaging in your Android application, you can use this free, open-source project:

gcm4public.appspot.com



来源:https://stackoverflow.com/questions/13511279/gcm-server-using-google-app-engine

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!