I want to implement GCM in my project, but I have some questions and I needed to get them all out before doing it.
Well when I register a device on the GCM server, is the id it receives unique? If I uninstall the application and install again, can I guarantee that that device is already registered, ie does it use the id that was created only once?
I wanted the user to register on a device, but when he logged on to another device having the same GCM id, so that two devices would get the message together, but is that not possible?