Android Dev: sending push notification(message/link) from server(.net) to all devices having the app -
I want to send a notification to all users who open in new intentions I have read about GCM and other third party platforms, but when they mention device registration ID, I was confused because I do not know That is, the app I am developing, how to get all the aids to all the devices installed. Any straightforward tutorial or code helps me solve the delusions please
Thank you in advance.
Maybe it could not answer your question completely, but still it will help you Could.
The GCM process works in this way.
-
In the first launch, your application will obtain a registration ID from Google GCM server and give it to the application server. Now the application server has all the registration IDs in which your app is running.
-
Now you can easily send push messages to all devices.
Comments
Post a Comment