I want to implement push notification feature in existing android app.
I am following https://developers.google.com/cloud-messaging/android/client tutorial.
As of now so far so good.
Now to send the push notification we must have to implement client and server.
I found the tutorial https://github.com/GoogleCloudPlatform/gradle-appengine-templates/tree/master/GcmEndpoints. I followed it but getting lots of dependency errors in android studio.
Can anybody tell me how to implement server side? Is there any better tutorial for the same? Am I on the right track?
I refered below question on stackoverfolw but not satisfied...
How to create server for GCM project in Android
Android push service, implementing the gcm server side (A PHP server, I don't have PHP knowledge , so would like to implement in JAVA launguage)
http://myandroidpoint.blogspot.in/2013/03/android-google-cloud-messaging-server.html
In short, My client is ready, stuck at implementing server.
Thanks! Any help will be highly appreciated.