Skip to content Skip to sidebar Skip to footer

Android Gcm Service_not_available

I was trying to set this example: https://code.google.com/p/gcm/source/browse/#git%2Fgcm-client up and running. The GoogleAPI project has been successfully created, according to

Solution 1:

Sometimes it happened due to time syn with GCM. Please have a look at the time, if it is correct. If possible then reset.

Two more thing to check, if you are using a emulator then please make sure that you have the google api running on the emulator. and second gcm.jar is included on your project.

Solution 2:

this is super stupid, but I have same error because I had "restrict app background data" option enabled for google services on my xperia)

Solution 3:

Check your phone has an active network connection. I had this issue and then i realized that my test device disconnected from the wifi :)

Post a Comment for "Android Gcm Service_not_available"