Saman Salehi
Saman Salehi

Reputation: 2179

android - GCM Send-to-Sync message

I'm writing an application that need to read notifications from a "MySql" database... I want send a message from my server to app that when a notification send to a user, it sync notifications with my db...

I read about it on net, and I found something about Google Cloud Message (GCM) that has a service called "Send-to-Sync Message" but i can't find a good tutorial... I don't know how to use this thing in my app.

Could you please help me or give me a good tutorial?

Does it need a VPS?

Upvotes: 2

Views: 1155

Answers (1)

Samik
Samik

Reputation: 890

There is GCM documentation.There also you can find tutorial about GCM server implementation. Also about "Send-to-Sync Message" pattern you can read this advanced topic. And you can use for debug purposes my test push server. Hope, this help you.

Upvotes: 1

Related Questions