Android Push Notification - DeviceNotRegistered

Hi
When trying to send push notifications to Android devices, I get a DeviceNotRegistered error. Sending to iOS devices works fine.
I am sending the notification immediately after getting it from Notifications.getExpoPushTokenAsync(), so the token cannot be invalid.
Please advice.

Hi, are you using FCM or SNS? (If you haven’t configured FCM, you are probably using SNS.) We strongly recommend you set up FCM since we’ve seen SNS unregister many devices: https://docs.expo.io/versions/latest/guides/using-fcm

1 Like

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