Push notification error: SERVICE_NOT_AVAILABLE

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
genie
Posts: 108
Joined: Thu Dec 01, 2011 7:19 am

Push notification error: SERVICE_NOT_AVAILABLE

Post by genie » Thu Aug 21, 2014 1:26 am

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

splash21
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 369
Joined: Sun Dec 19, 2010 1:10 am
Location: UK
Contact:

Re: Push notification error: SERVICE_NOT_AVAILABLE

Post by splash21 » Fri Aug 22, 2014 9:24 am

Is the time set correctly on the device that fails to register with the GCM service?
LiveCode Development & Training : http://splash21.com

genie
Posts: 108
Joined: Thu Dec 01, 2011 7:19 am

Re: Push notification error: SERVICE_NOT_AVAILABLE

Post by genie » Thu Aug 28, 2014 2:21 am

Hi Splash!

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


Regards,
Genie

Post Reply

Return to “Android Deployment”