Common notifications log errors
Review the most common reasons messages fail and how to fix them
In some situations, individual sends or a whole batch of messages can fail. See below for a list of the most common errors:
Error message | Channel | Meaning |
---|---|---|
| All | Personalisation issue (wrong syntax, missing attribute or missing fallback value, twig not enabled for project). |
| App push | The app has been uninstalled or it cannot longer be reached from the gateway |
| Android push | The sender ID uploaded to the XtremePush platform doesn't match the sender ID used to generate the push token. |
iOS push | Expired iOS certificate. Replace it following instructions here. | |
| iOS push | Expired iOS certificate. Replace it following instructions here. |
| iOS push | Token mismatch (possibly using sandbox token for production app or viceversa). |
| SMS | From name is not correct. Must follow format outlined here. |
| Web push | The subscription for the device is no longer active or the service worker on that particular device has been removed |
Updated 4 months ago