javiersantos / AppUpdater

A library that checks for your apps' updates on Google Play, GitHub, Amazon, F-Droid or your own server. API 9+ required.
Apache License 2.0
1.98k stars 412 forks source link

OnClickListener Custom #167

Open vinhnp20 opened 5 years ago

vinhnp20 commented 5 years ago

Hi everybody, I had seen onClickListener in the past post, however, i still can not resolved my problem, My problem is when I try custom onClickListener the AppUpdater don't fire a download, So how can I call event download in custom OnClickListner, Thanks.

eduardoxcruz commented 3 years ago

AppUpdater doesn't download the .apk itself. it just watch if there is new updates in server. I use DownloadManager for download the .apk. See https://github.com/javiersantos/AppUpdater/issues/193#issuecomment-721537960