Page 1 of 1

Push notification error: SERVICE_NOT_AVAILABLE

Posted: Thu Aug 21, 2014 1:26 am
by genie
Hello!

Code: Select all

on pushNotificationRegistrationError tMessage
   answer "Failed to Register for Push Notification:" && quote & tMessage & quote with "Okay"
end pushNotificationRegistrationError
The handler above gives me SERVICE_NOT_AVAILABLE on an Android tablet.

But but but, I am only getting this error on this tablet alone. I have tried 3 android phones, and 1 other android tablet. Everything works!

Now, I'm kind of stuck why... Ideas would be really appreciated.

Does GCM have required settings on the Android device? I have been staring at the settings, changed things, and tried again...to no avail!


Thank you all so much!



Regards,
Genie

Re: Push notification error: SERVICE_NOT_AVAILABLE

Posted: Fri Aug 22, 2014 9:24 am
by splash21
Is the time set correctly on the device that fails to register with the GCM service?

Re: Push notification error: SERVICE_NOT_AVAILABLE

Posted: Thu Aug 28, 2014 2:21 am
by genie
Hi Splash!

Sorry, t'was only today that I saw this. Yes, it was time indeed. Thanks!


Regards,
Genie