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.

  1. 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.

  2. Now you can easily send push messages to all devices.

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -