Original app signing key

We have accidentally overwritten the original app signing key for our app in Expo that we used to deploy to the Google Play Store, and now when we run expo:fetch:android:keystore we get a different key that we cannot use for deployment. We would like to recover the original key that we have been using for our app. Could you please advise.
Thanks

If this happened because you changed slug or owner filed you can change it back and run expo fetch:android:keystore

In other cases, you need to contact play store support and send them the public key from the new Keystore and they will reset it. To extract the public key from current Keystore run expo fetch:android:upload-cert it should create *.pem file that you need to send.

1 Like

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