The recipient is associated with a different experience than xxxuser/app

Hi, I am using Expo HTTP/2 API to send push notifications to all my users.
Expo Push Notification Documentation mentioned that we should send in batches. “We recommend using an array when you want to send multiple messages to efficiently minimize the number of requests you need to make to Expo servers”

However, when I send in array, the API returned “The recipient is associated with a different experience than xxuser/app”.
But when I send individually, it works fine.
So for now I had no choice but to send multiple request to Expo servers.

I found another post with similar problem.

Let me know if I done wrong.

1 Like

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