-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Only response 410 is being handled by apns.
We need to handle all the errors appropriately.
Ideally return the error status-code & reason to the owner scheduling.
Status code |
Description |
|---|---|
200 |
Success |
400 |
Bad request |
403 |
There was an error with the certificate or with the provider authentication token |
405 |
The request used a bad |
410 |
The device token is no longer active for the topic. |
413 |
The notification payload was too large. |
429 |
The server received too many requests for the same device token. |
500 |
Internal server error |
503 |
The server is shutting down and unavailable. |
Metadata
Metadata
Assignees
Labels
No labels