app-updater
Installation
SKILL.md
Self-Hosted App Updater
This skill handles updating the Android TV application (APK) directly from a private server or GitHub Releases, bypassing Google Play.
🔄 Update Workflow
- Check Version: Fetch
version.jsonfrom your server on app launch. - Prompt User: If
remoteVersion > localVersion, show a modal: "Update Available". - Download APK: Use
CapacitorHttpto download the.apkfile to a temporary location. - Install: Trigger the Android Intent to install the package.