Skip to content

Create a keystore for release builds

Elissa-AppDevforAll edited this page Dec 18, 2025 · 1 revision

As part of installation, Code on the Go creates a single unique keystore for your projects. Every time you create a new project, the keystore file (release.keystore) and keystore properties file (release.properties) are automatically added to the new project's folder. When you create a release build, these files are used to sign the app.

If you plan to distribute the release build of an app, you should create a new keystore for that app instead of using the default installer-provided keystore. View the instructions to create a new keystore.

Clone this wiki locally