The APN UDR types include the following UDRs:
APNUDR
APNResult
APNUDR
When the APN agent receives an APNUDR
, it sends out the message contained to the Apple device indicated referenced by the DeviceToken
.
...
APNUDR UDR FieldsThe following fields are included in the APNUDR
UDR:
Field | Description | ||||
---|---|---|---|---|---|
| This field contains the body content of the text message to be sent. | ||||
| This field contains a custom message that includes with all the tags to be included in the message. When this field is populated (not set to null), it will override the contents of the
| ||||
| This field contains the token to for the device that will receive the message is to be sent to. | ||||
| This field contains the title of the text message to be sent. |
Info | ||||
---|---|---|---|---|
Example - Generated message from Body and Title fieldsAPL:
Message:
|
APNResult
When Once the APN agent has sent out a text message based on a received in response to an APNUDR
UDR, it returns an APNResult
UDR.
...
APNResult UDR FieldsThe following fields are included in the APNUDR UDR:
Field | Description |
---|---|
| This field contains indicates the result code of the attempt to send a push notification attempt, with the following result codes:
|
| This field contains provides a descriptive text description for each result code:
|
| This field contains the original |