Possible to get KeyStore from previous build via Expo?

A year ago, we used Expo to generate our app bundle which we then uploaded to the Google Play Store. Since then, we’ve ejected so that we can use a few native modules. When we try to upload our signed app bundle from Android Studio, Google Play says that we’re using the wrong upload key. My guess is that this is because our previous upload used a different key. Is it possible to get the Java KeyStore from our old builds?

I think one of these expo commands is probably what you’re looking for:

2 Likes

You are a saint, sir. Thank you!

2 Likes