Transfer from one Expo account to another

This is manly a revisit of this question: Transfer App to another Expo Account

Is there any new support for this?

Additionally, this response details the manual work required to re-associate ios apps, but looking for how to do the same with Android store apps as well.

Hey @cantide5ga,

Unfortunately we haven’t yet been able to implement transferring projects.

Cheers,
Adam

but looking for how to do the same with Android store apps as well.

You can download android credentials with expo fetch:android:keystore. Keystore will be saved to your project directory and there will be 3 values printed in terminal (keystore password, alias and key password).
After that just switch accounts and run expo build:android and select option to pass values manually.

1 Like

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