San
San

Reputation: 31

How to implement Google push notification on Java web service?

I'm working on Google Cloud Messaging for Android. I have implemented Google Cloud Messaging on the client side. But I don't know how to implement GCM (Google Cloud Messaging) push notification on the server side (Java REST web services). Please, can anyone send me a link or give me an idea on how to implement GCM on server side?

Upvotes: 0

Views: 2350

Answers (1)

KENdi
KENdi

Reputation: 7741

You can try to check this tutorial, since your starting GCM in server side, this tutorial gives you good and understandable explanation about both client and server side coding. It also use both JAVA and PHP for the server.

Try also to check the answer in this SO question. They also give some tutorial on how to set up the server side. Hope it helps :)

Upvotes: 0

Related Questions