I'm making an android app that won't go on google play and I want to be able to update it. The way I would do this is by having a server hold a JSON with the newest APK version and link to the APK and on App Launch I want to check the App's version against the APK held by the JSON. If the version on the JSON is the most recent I want to prompt the user for an update. My app is a webview, not sure if that makes a difference
I'm quite new to App Development and Java so I'm not sure how to make this however. The HTTP Request for the JSON is the part I've mostly understood and I've found some good posts about the App Update code on App launch but I can't make sense of it.
I'd appreciate any tips, thank you