Message notifications not coming throuhh

No message notifications coming through

If you need help with this, you will need to give us more information. There are a multitude of reasons notifications may not be coming through and it is not possible to even start guessing with just a simple statement.

Delivery issues with push notifications can usually be determined by examining the responses from APNs.

APNs will return useful information both in the HTTP/2 header response, and as a JSON dictionary for unsuccessful requests. You can find the list of responses, and further troubleshooting steps in the article Handling Notification Responses from APNs:

https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/handling_notification_responses_from_apns

If the above document does not help clarify the issue, or issues with receiving notifications persist despite receiving an error status neither in the HTTP/2 headers nor in the response JSON dictionary, we can assist you with diagnosing the issue.

If you are using a 3rd party push notification provider service, we recommend to contact them first to make sure the issue is not between your app and their service, and to obtain information on any errors they might be receiving from Apple servers.

To help diagnose the issue, we will need some information about the push requests. Please send us the following information for a failed or delayed notification:

The following are required to start a diagnosis: Exact time and date (including time zone) of the push request sent Exact time and date (including time zone) of the notification received by the device (if received at all) Your app’s Bundle ID The device token the push was sent to The returned (error) status and message from APNs Full contents of the HTTP/2 headers Full contents of the payload

The following are helpful for timely and accurate diagnosis of the issue: If using your own server to send: the public IPv4 address of the push provider server used to send the push If using a 3rd party service to send: the name of the 3rd party push provider service used The push topic (apns-topic header value) The push type (alert, background, VoIP, other) The apns-id (either from your request, or from the HTTP/2 header response) Any logging you have from the server side that shows the interaction with it and APNs

If you are using a 3rd party push provider service, and do not have the above necessary info, or only have the info you are providing to the provider service, please first contact the service provider for a resolution or to provide the above information.

Message notifications not coming throuhh
 
 
Q