AppVerUpdater icon indicating copy to clipboard operation
AppVerUpdater copied to clipboard

A library that checks for your apps' updates on your own server. If you want to publish your app in Google Play it is best not to use the library. Google Play prohibits self-renewal. API 14+ required.

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

Removed the AlertDialog when app has no updates available so the app can check updates daily without showing the Dialog

Added headers to okhttp request, for APIs with authentication. And added to layout a new button and method in MainActivity in the example app for show how to handle the...

Hi, I am getting error on downloading updates, **An error occurred when downloading updates.**. I could only get this on Logcat ``` 2019-01-07 11:33:14.060 17587-18098/my.sustento.zankoattendancesystemzas V/ThinDownloadManager: Download initiated for 1...

If something went wrong during downloading process means App crashes. Is there any way to avoid it

hello, after installing the new update the application crashes. how to make the application to relaunch itself from home or to stay with updated version.

Hi, first Thanks for this amazing lib.. I'd like to propose a feature where the alertdialog box cannot be canceled (setCancelable(false)) in case you want to force your users to...

Hi, I am getting my apk from the https://xxx.xxx.xx.xxx/apk.apk where server is self signed. Problem is apk can't be able to download. Is there any method available to make it...