Android APP signing

Hi,
i made an app for apple AND android.

First i created my app only with expo - than i generated it with exp build:android and pushed it in all stores.

NOW i had some code-changes and had to detached the project locally…

I activated the signing of app in my android profile - my question now:
How can i signed my app with android studio and the right certificate? I let expo handle this in build:expo and i don´t have any passwords etc.

THANK you for your answer!

TB

3 Likes

exp fetch:android:keystore to download your previous keystore (.jks file will be created in your dir)
exp build:android -c to delete your entered credentials. You will be prompted to use existing keystore

  • still not sure this works, I’m not able to release an update this way

did you find the solution?