Max number of recipient Expo tokens in a single push notification

Please provide the following:

  1. SDK Version: 3.6.0
  2. Platforms(Android/iOS/web/all): all
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

When sending a single push notification to multiple recipients via the node SDK with sendPushNotificationsAsync, what’s the maximum number of push tokens that can be included in a single ExpoPushMessage object (to: [token1, token2, ...])? I’d like to know the exact hard limit, even if it’s a big number. Thanks

Hey @ggolden, the current chunk limit is set to 100. expo-server-sdk-node/ExpoClient.ts at master · expo/expo-server-sdk-node · GitHub

Cheers,
Adam

2 Likes

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