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
ProductIDis just a random unique number, that we send toGCM? GCMstill sends meTOKENID, When i write Random Numbers asPRODUCTID, so will it work if send thisTokento my server.- Does
GCMuse the generatedregistrationIDto communicate between server and Device or it checksPRODUCT IDon each request.

