Reputation: 643
I've added the GCM services to my applications with help from this guide.
But now I want to create a new app, which I'll send the Push Notifications from. This app will be my Push Notifications sender.
My target is to send Push Notifications to all of the users of my applications. How would I accomplish that?
Do I have to use the Device Group Message or something else?
Is there any good tutorial of how to do this? I have no idea how to make it.
Upvotes: 0
Views: 670
Reputation: 3654
GCM implements CCS which is XMPP endpoint to provide upstream messaging. You should have your own server to handle users and direct messages. Actually you need both downstream and upstream which is basically called chat. Take a look at the links for detailed instructions:
Upvotes: 0