Ship

Sign & release

Generate a keystore and build a release AAB ready for the Play Store.

Generate a keystore

bash
apirex keystore create

The keystore stays on your machine. We never see the signing key. Back it up — losing it means losing the ability to update your app on the Play Store.

Build a release

bash
apirex build --release

Outputs a signed .apk and .aab in build/outputs/. The .aab is the file you upload to the Play Console.

Upload to Play Store

Connect your Play Console account once via the dashboard. After that, `apirex publish` uploads the latest .aab to the chosen track (internal, closed, open, production).

bash
apirex publish --track internal