Replies: 1 comment 3 replies
-
I'm unclear on what you're asking here. If you want to open the web browser app on your device, you can use the If the question is how to detect if a new APK is available by checking a URL - there's no need to use a web browser at all. Use a HTTP library (my recommendation would be httpx, but requests can also work) to issue a request and inspect the result. If you're expecting to be able to install an APK from a URL... good luck with that. What you're describing is an App Store, and they're not easy to build, because of the massive security implications they have. If you want your app to auto-update... upload it to an actual App Store. |
Beta Was this translation helpful? Give feedback.
-
I am tryong to realize a method to check on a web site if there is a new version of my apk and in case download the file and...
After having downloaded the file, I tried:
Any idea to achieve this ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions