Mobile App
VWire currently offers a native Android app for push notifications, persistent alarms, and background delivery. The web app can also be installed as a PWA for quicker dashboard access, while native iOS app work continues.
Android App
Download the Android APK from the official download page:
- On your Android device, allow installs from your browser or file manager if prompted.
- Open the downloaded
.apkfile. - Tap Install.
- Open VWire from your app drawer and sign in.
The Android app includes:
- Full dashboard access
- Push notifications for alerts, device status, schedules, and system announcements
- Persistent alarm handling for device
alarm()calls - Background connectivity monitoring
PWA Installation
The PWA is useful for home-screen dashboard access and cached UI, but it is not a replacement for the native Android notification experience.
Android (Chrome)
- Open app.vwire.io in Chrome.
- Tap the ⋮ menu.
- Choose Add to Home Screen.
- Tap Add.
iOS (Safari)
- Open app.vwire.io in Safari.
- Tap the Share button.
- Tap Add to Home Screen.
- Tap Add.
If you need device push alerts and persistent alarms today, use the Android app.
Push notifications setup
- Open the Android app and sign in to the same VWire account you use on the dashboard.
- Go to Settings → Push Notifications.
- Tap Enable Notifications.
- Allow the Android system notification permission prompt.
Push notifications are used for:
- Device alerts and threshold warnings
- Device online/offline status
- Scheduled automation events
- System announcements
- Persistent alarms sent by
alarm()
If no mobile device is registered, notifications still remain in the in-app bell history on the dashboard.
Offline support
The PWA caches the dashboard shell and recent data. When offline, you can:
- View the cached dashboard layout
- See the last known values for widgets
- Open previously loaded pages faster
Real-time data, controls, and push delivery require an active connection.
Multiple accounts
The mobile app supports multiple VWire accounts. Switch accounts from the in-app settings screen.
Keeping the app updated
PWAs update automatically when a new version is deployed. The Android APK should be re-downloaded when a new mobile release is published.