Standalone push notification problem

Hi there,
I’m facing a situation where I can’t receive push notifications in my standalone app.
It throws an error
{
“data”: {
“status”: “error”,
“message”: “SNS failed to send the notification (reason: EndpointDisabled, status code: 400).”,
“details”: {
“error”: “DeviceNotRegistered”,
“sns”: {
“statusCode”: 400,
“reason”: “EndpointDisabled”,
“__message”: “Endpoint is disabled”
}
}
}
}

1 Like

Hey @go-native,

It looks like the device you’re trying to send to is not able to receive notifications any more. You can see the potential errors in the docs here: https://docs.expo.io/versions/latest/guides/push-notifications.html#devicenotregistered-the-device-cannot-receive-push-notifications-anymore-and-you-should-stop-sending-messages-to-the-given-expo-push-token

Cheers,

Adam

Yes, I have seen this documentation, the problem is that there is no any information why this error is happening.

1 Like

how to solve it ? or how expo push notification can work again on that device?

2 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.