Managing keystore file

Hi,

When I first built my project, I selected 1) Let Expo handle the process! when asked Would you like to upload a keystore or have us generate one for you?.

Now I want manage it from my side, how can I do that?

From your project directory, you can run exp fetch:android:keystore to download the existing credentials we have on file for you. The next time you run a build, pass the -c flag to the build command to have your previous credentials deleted from the database and to be prompted for new credentials to upload. Let us know if that process gives you any issues!

4 Likes

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