Difference between revisions of "Event.PUSH REGISTRATION ERROR"
From GiderosMobile
Line 2: | Line 2: | ||
'''<translate>Available since</translate>:''' Gideros 2011.6<br/> | '''<translate>Available since</translate>:''' Gideros 2011.6<br/> | ||
'''<translate>Value</translate>:''' pushRegistrationError<br/> | '''<translate>Value</translate>:''' pushRegistrationError<br/> | ||
+ | '''<translate>Defined by</translate>:''' [[Special:MyLanguage/NotificationManager|NotificationManager]]<br/> | ||
=== <translate>Descriptio</translate>n === | === <translate>Descriptio</translate>n === | ||
− | <translate>Event is received when application failed to register for push notifications, after calling | + | <translate>Event is received when application failed to register for push notifications, after calling `registerForPushNotifications`, which means you should retry later. |
There might be different reasons, but most common is that server was unavailable or there was no Internet connection.</translate> | There might be different reasons, but most common is that server was unavailable or there was no Internet connection.</translate> |
Revision as of 09:29, 24 August 2018
Available since: Gideros 2011.6
Value: pushRegistrationError
Defined by: NotificationManager
Description
Event is received when application failed to register for push notifications, after calling `registerForPushNotifications`, which means you should retry later.
There might be different reasons, but most common is that server was unavailable or there was no Internet connection.