Organization Account for Push Notifications

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

Hello,
I am working with another engineer on an application and we just created an organization to make sure that our app is registered to the org and not one of our individual accounts. However, we are experiencing issues with push notifications.

In app.json we set the “owner” property to our organization account, but when we are testing whether push notifications are working, we get the “Too many experience IDs” error since there are push tokens registered to the organization, and also to our individual expo accounts. To get rid of this error, we signed out of our expo accounts but are now not receiving any push notifications on expo Go. How do we sign in to the organization via the CLI?

@amohile you can use the command expo login to log into your expo account.
Also, if you ever try to send push notifications to Exponent tokens that belong to more than one expo project/experience/slug in a single request, you will get ghat “Too many experience IDs” error. To avoid that, you should remove the exponent tokens from the experience/project that you are not using any more from your server database, or wherever you store it.

Hope this information was helpful.

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