Play Store Certificate Password

Please provide the following:

  1. SDK Version: any
  2. Platforms(Android/iOS/web/all): Android
  3. Play Store

A client of ours is moving away from us and is wanting the password to our Keystore Certificate. Everything was built through Expo, how can I retrieve that to send them the certificate and the password.

Thank you!

expo fetch:android:keystore if you are using classing builds
eas credentials if you are using eas

there will be file with a keystore and rest of the credentials will be printed in terminal (alias and 2 passwords), you need to pass all of them to the client

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