- question:
I ask myself if a google cloud messaging message does include any target application, so only the app can get the message? so could it be possible that application x can receive the google cloud messaging message what is adressed to application y on my device?
- question:
Google says that when GCM Message is sent, it is sent to the android device, - but what role does play the play store library u need to use gcm? what compontent of system does exactly receive that gcm message, the play store api?
- question:
What components does the registration id containt so it is unique? so when gcm sends message to a reg-id, does it adress the "android-device" itself? or the google account user? or both? thank you