GCID GC Register ID and Project ID

I can not get register id with my project id

Can I get a new project id with a different google account for the same project.

0
source share
1 answer

follow these steps:

  • Run the application
  • check if the identifier is registered
  • if the register identifier is an empty string, then check for error messages in ddms
  • if there are no error messages, then
    a) Verify that the senderid is correct.
    b) Check manifest permissions
  • If there are error messages, can you insert them here?

genereally, what happens when the application is launched for the first time, it takes some time to generate the register identifier, and the register identifier can be caught in the onRegister () method in the GCMIntentService class.

0
source

Source: https://habr.com/ru/post/927182/


All Articles