[Solved] Android GCM- Register Id and Project Id


follow the steps below:

  1. launch your application
  2. check if register-id
  3. if register id is empty string then check for any error messages in ddms
  4. if there is no error messages then
    a) Check whether senderid is correct.
    b) Check your manifest permissions
  5. if there are error messages then can you paste it here?

genereally what happens when application launches first time it take some time to generate the register id and register id can be catch in onRegister() method in GCMIntentService class.

2

solved Android GCM- Register Id and Project Id