I am having some problems in doing C2DM, I research a lot, but i did not get the proper way to do it. So i am asking a question.
My Questions are:
1). What is the difference between Registration Id and Device Id?
2). Is it Required both the id’s for push Notification?
Registration ID
You can find the source of Registration ID here.
Device ID might be the unique identification ID of a particular device, as in IMEI/IMSI number or something of the sort.
AFAIK, both are needed to get C2DM working.