GCM server using a Google application

I just implemented the SDK samples for the GCM client and server. I implemented it without problems using NetBeans (Glass Fish) as my server side and Eclipse as my client (Android). Now I want to learn about using Google App Engine as my server side. I downloaded the sample from the SDK, but I can’t compile and run it ... Do you have a tutorial similar to a regular GCM client server? Thanks in advance!

+4
source share
2 answers

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

+5
source

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

gcm4public.appspot.com

+2
source

Source: https://habr.com/ru/post/1447716/


All Articles