I have an Android application built with Tauri. I have a web server that provides access to the latest APK file, allowing me to check for updates, download the new version, and save it as a file. And theoretically, I should be able to install it if my application has permission to install apps from unknown sources.
I've looked at previous questions, but many answers seem outdated.
- Install Application programmatically on Android
- Self updating app
- Android: install .apk programmatically [duplicate]
Based on the comments, this solution might still work.
- Install Application programmatically on Android
Is the approach described here still feasible with Tauri v2. I haven't started implement it yet. I'm interested in whether someone else has tackled a similar challenge and has knowledge that could help.