Converting Apple developer account from individual to organization

I’ve successfully built and submitted my app to the Apple app store with EAS. My current Apple developer account is an individual account but I’m about to change it to an Organization account. The app is already owned by an Expo organization account.

  • Is there anything that I need to change on the Expo side to avoid interruptions?
  • Will push notification keys, etc still be functional?
  • Any other side effects that I should be aware of?

As long as your credentials all remain the same, then there shouldn’t be anything you need to do to keep things like notifications still working. If your certificates or keys do change, then you’ll need to download them from Apple’s console and reupload them to Expo’s servers

You may need to log back in to your Apple account in eas-cli the next time you use it, but other than that I think it’ll be an uneventful change

1 Like