Feedback Receiver

The Plug-in for Mobile Integration receives a feedback from the APNS or the GCM server where the device declined to accept the notification because the target application on the device ceased to exist. Plug-in for Mobile Integration gathers feedback from the APNS or GCM server and provides feedback through this event source.

General

This activity triggers when the:

  • Deregistration service is called,
  • APNS feedback poller returns invalid IDs, and
  • GCM server returns invalid IDs

The General tab has the following fields:

Field Description
Name The displayed name of the process.

Description

Provide a short description of the process.

Advanced

The Advanced tab has the following fields.

Field Description
Sequence Key This field can contain an XPath expression that specifies which processes should run in sequence. Process instances with sequencing keys that evaluate to the same value are executed sequentially in the order the process instance was created.
Custom Job Id This field can contain an XPath expression that specifies a custom ID for the process instance.

Output

The following is the output for the activity.

Output Item Datatype Description
feedbackEntry text The feedback of the application status when unregistered.
failedDeliveryTime number The exact time when the delivery failed, as reported by the APNS or GCM server.
deviceToken complex The device token for which the delivery failed.