How to check which push notification token was invalid?

Please provide the following:

  1. SDK Version: 34
  2. Platforms(Android/iOS/web/all): all

When receiving the DeviceNotRegistered error in a push receipt, is it possible to find out which push token in the request caused it (when sending to multiple recipients)?

Does the order of the tokens in the initial request correspond 1 for 1 with the receipts received?

1 Like

Having the same issue. It’s a little involved to track which expo push token resulted in which ID which resulted in a DeviceNotRegistered error. Particularly confusing when you’re using the ticket chunks (chunkPushNotifications)

Is there an easy way to get this backwards? Or can Expo print the Expo push token with the error?

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