Skip to main content

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

/adminApp updates.

Prerequisites

APK artifact from CI/local; admin rights.

Step by step

  1. Build: npm run android:prod (production server routineassist.com).
  2. Sign APK if release pipeline requires.
  3. Log in /adminApp updates.
  4. Upload APK + enter version and release notes.
  5. Publish — clients see update prompt.
  6. Test download on test device before publish.
  7. 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.

See also