Skip to main content

App updates (stores)

Goal

Send users to store when newer version available.

For whom

Admins after Play Console / App Store Connect upload.

Where in the app

/adminApp updates.

Prerequisites

Store build published; admin rights.

Step by step

  1. Publish AAB in Google Play Console (Android) or build in App Store Connect (iOS).
  2. Log in /adminApp updates.
  3. Choose platform tab (Android or iOS).
  4. Enter versionCode, versionName, release notes and store URL.
  5. Save and Activate — apps show update dialog opening store.
  6. Fallback store URLs in ANDROID_PLAY_STORE_URL / IOS_APP_STORE_URL on server.
  7. See deploy/play-store/README.md for full Play publication.

Options & settings

App version must build match server metadata.

Tips & troubleshooting

Communicate breaking changes in release notes.

See also