Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Firstly I launched sample client demo on my phone with my SENDER_ID and received "successful registraion". Then I launch my app with the same SENDER_ID and on the same phone and don't receive nothing. Is that normal? If yes, how do I delete previous registration to fully test my app for push notifications?

share|improve this question

1 Answer

Did you try simple things such as uninstalling the sample demo ?

On my side I've restarted my client app several times in a row, obtaining a registration id every time (i.e. you don't need to "delete previous registration").

What's the error you get ? You normally get information when no registration id is returned.

share|improve this answer
restarted - you mean "reinstalled"? – Roman Sep 5 '12 at 20:53
No, I meant restarting a service (kill-start) that registers to Google server. – Remi Peuvergne Sep 6 '12 at 6:06
you mean at Google Api console, right? – Roman Sep 6 '12 at 11:26
I never changed anything on the console after the initial setup. I think you should give a look at what GCM tells you after your registration attempt. There are error codes given back to you in case something goes wrong. – Remi Peuvergne Sep 6 '12 at 12:19

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.