Topic: game android keyStore
Description
Commands related to the Android KeyStore for a specific game
info
An Android keystore is a secure file where you keep the private key that signs your app. When you build and publish an APK or AAB, this key proves to Google Play (and your users) that the app really comes from you.
If you have already published your game on Google Play, you will need to import the same keystore you used before.
Example
Commands
game android keyStore create
Description
Creates a new Android Keystore for a game
Help Output
game android keyStore export
Description
Saves the current Android Keystore to a ZIP file
Help Output
game android keyStore import
Description
Imports an Android Keystore to your ShipThis account for the specified game. You can import as JKS and password parameters or as a ZIP file.
Help Output
game android keyStore status
Description
Displays the status of the Android Keystore for a specific game.