0

For push notification i'm planning to use C2DM google server but to use it registraion ID is need.I tried alot to get the registration id but unable to get registration id if anyone have succeded to get it then please assist me to get it

thank you in advance.

  • i can't get u..make the question clearly – kannappan May 05 '11 at 06:43
  • for getting registration id you should put your all ur permission at proper place plz check ur manifiest file again.. – shripal May 17 '11 at 07:04
  • **`i hope this link help u ..`** http://stackoverflow.com/questions/9033213/how-to-retrive-registration-id-and-send-massage-to-third-party-application-in-an/9080754#9080754 – Akash Singh Feb 01 '12 at 08:45

1 Answers1

0

Registration ID is sent by the Android mobile which has atleast version 2.2 and is connected to a google account. This registration ID is inturn used by your third party server to send the payload to the c2dm server which pushes it to the mobile

Before you get registration ID you need to get the Authorization ID from the c2dm server which can be obtained by a simple browser request like this one

https://www.google.com/accounts/ClientLogin?accountType=GOOGLE&Email=xxx@gmail.com&Passwd=xxx&source=Google&service=ac2dm

pshirishreddy
  • 746
  • 6
  • 20