Install app
Goal
Native app with sync, offline and push on child tablet.
For whom
Parents replacing browser with installed app.
Where in the app
APK sideload or store link via admin App updates; build via npm run android:prod.
Prerequisites
Android device; APK or dev build available.
Step by step
- Download APK from routineassist.com/admin app updates or link from admin.
- Allow unknown sources if sideload (device settings).
- Install APK; open app — points to
https://routineassist.com. - Sign in as parent or child (same flow as web).
- For dev:
npm run android:prodruns build +cap sync android. - Verify API via
apiFetch/apiUrlworks (no broken relative URLs). - Pin app on child home screen for quick access.
Options & settings
Browser and app can run in parallel — same account data.
Tips & troubleshooting
After each UI release: run npm run cap:sync before new APK.