I’m testing the C2DM service. I implemented my code following this GUIDE and made a little php script for sending the messages and everything runs correctly.
Then I restarted the phone and (without opening the app) sent another message, and It was received too, so the how often have I to execute the com.google.android.c2dm.intent.REGISTER for always receive messages? Once per install or more frequently?
Thanks!
From Google Android C2DM