Changing Apple Developer account to an existing Expo project

Hi guys we have an Expo project that’s built with an Apple Developer Account (Enterprise). What we plan to do is to move this build to a brand new Apple Developer Account (also Enterprise).

Without changing the slug in app.json, what’s the proper way to achieve this? From my understanding that exp build:ios -c should clear the credentials on Expo servers. My questions are:

  1. Will this be enough to allow us provide new Apple Developer Account credentials and build the ipk accordingly?
  2. Would running exp build:ios -c stop the current/old build from working properly?

BTW is exp build:ios -c basically the same as exp build:ios --clear-app-credentials --clear-dist-cert?

Thanks guys.

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