App updates APK
Goal
Users on new Capacitor build without manual links.
For whom
Admins after npm run android:prod build.
Where in the app
/admin → App updates.
Prerequisites
APK artifact from CI/local; admin rights.
Step by step
- Build:
npm run android:prod(production server routineassist.com). - Sign APK if release pipeline requires.
- Log in /admin → App updates.
- Upload APK + enter version and release notes.
- Publish — clients see update prompt.
- Test download on test device before publish.
- Rollback: upload previous version per server policy.
Options & settings
App version must semver/build match server metadata.
Tips & troubleshooting
Communicate breaking changes in release notes — parent may need re-login sometimes.