I have set in my application the google cloud messaging service and everything works but if i send a message to my application the messages are received only by the users that i know the deviceId. How i can send my message to all the devices that use my app ?
Thank You very much
You cannot send message to the devices that are not registered.
Firstly, those devices should register using the
GCMRegistrar.registerand send the registrationId to the server, then you can be able to send messages to those devices.