I have read documentation, and watched videos, but this is something that is still confusing me.
I used PRODUCT_ID
in my android app and send it to Google Cloud Messaging (GCM)
, so that it returns me TOKENID
, that i send to the server.
- So Is
ProductID
is just a random unique number, that we send toGCM
? GCM
still sends meTOKENID
, When i write Random Numbers asPRODUCTID
, so will it work if send thisToken
to my server.- Does
GCM
use the generatedregistrationID
to communicate between server and Device or it checksPRODUCT ID
on each request.