Expo Push notification: The recipient is associated with a different experience than: Crashes all message delivery in array

Please provide the following:

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

We have two expo accounts, one for prod and second for testing purpose.
We have bulk messages and we are submitting array to expo-server as recommended. We are getting error “The recipient is associated with a different experience than…” error for some of the expo push tokens. But the issue is, if this error happen to one expo push token, all messages in in array are failed, none of them are getting delivered(the status of other valid token shows ‘OK’, but actually its not delivering to devices).

Same issue is reported in below link, but seems like its not taken care.

Hey @jahfar_tcs,

As you may have found out via your github issue, you need to use separate requests for separate projects.

Cheers,
Adam

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