I'd like to know if two applications installed in the same device could share the same token for GCM taking in to account that they will receive messages from the same server.
Thanks a lot
I'd like to know if two applications installed in the same device could share the same token for GCM taking in to account that they will receive messages from the same server.
Thanks a lot
No, it's not possible. Each application has to register separately to GCM, and will receive a different registration token from GCM.
Anyway, it doesn't make much sense (at least not to me) to send the same GCM message to two applications on the same device.