Difference between revisions of "Event.PUSH REGISTRATION ERROR"

From GiderosMobile
Line 3: Line 3:
 
'''Value:''' pushRegistrationError<br/>
 
'''Value:''' pushRegistrationError<br/>
 
=== Description ===
 
=== Description ===
Event is received when application failed to register for push notifications, after calling `registerForPushNotifications`, which means you should retry later.
+
<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.
+
There might be different reasons, but most common is that server was unavailable or there was no Internet connection.</translate>

Revision as of 14:34, 23 August 2018

Available since: Gideros 2011.6
Value: pushRegistrationError

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.