AppaholicsUpdateChecker icon indicating copy to clipboard operation
AppaholicsUpdateChecker copied to clipboard

A free and open source library to check for and install updates for non app store apps.

Results 7 AppaholicsUpdateChecker issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/65797177/152721041-e8646bdc-5818-4eda-a33d-088f3e65fbfb.png)

After I call ` checker.downloadAndInstall("http://www.abc.com/ap.apk");` **I get this error** ![parse error](https://cloud.githubusercontent.com/assets/10903786/26274610/dd9c2d42-3d90-11e7-896f-3751ecdf0434.jpeg)

java.lang.RuntimeException: Unable to start activity ComponentInfo{packagename.MainActivity}: android.os.NetworkOnMainThreadException

I have exactly the same problem as the previous user but it is not fixed by changing the permissions in the manifest. Otherwise a useful package.

Hi , I have import you libraby and i have include this code above in the onCreate: UpdateChecker checker = new UpdateChecker(this, true); checker.checkForUpdateByVersionCode("http://app.XXX.in/version.text"); checker.isUpdateAvailable(); checker.downloadAndInstall("http://app.XXX.in/apk/tGlApp.apk"); if I start my...

Hi there, I had some trouble with the way your library was blocking to download the version file. I've modified it to use an asynctask to check the version and...

Hi, Is it possible to open app automatically after install new version of app?