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
/admin → App updates.
Prerequisites
Store build published; admin rights.
Step by step
- Publish AAB in Google Play Console (Android) or build in App Store Connect (iOS).
- Log in /admin → App updates.
- Choose platform tab (Android or iOS).
- Enter versionCode, versionName, release notes and store URL.
- Save and Activate — apps show update dialog opening store.
- Fallback store URLs in
ANDROID_PLAY_STORE_URL/IOS_APP_STORE_URLon server. - See
deploy/play-store/README.mdfor full Play publication.
Options & settings
App version must build match server metadata.
Tips & troubleshooting
Communicate breaking changes in release notes.