How to send Message to all registered users with android gcm?

Posted by FlyBy on Stack Overflow See other posts from Stack Overflow or by FlyBy
Published on 2012-10-25T12:48:01Z Indexed on 2012/10/30 11:02 UTC
Read the original article Hit count: 125

Filed under:

I am using android gcm to make push notifications for my users. Everything is working so fine. To send a notification I need the users registration id to identify him. It works. Now my problem is that I have some hundreds of users and I would like to inform them ALL about certain updates.

Is there a way to send a notification to all users? Do I really have to push them all by their registration ids?

On the server side I am using PHP and CURL as it is shown in many examples around here...

© Stack Overflow or respective owner

Related posts about android-gcm