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

Support actual download and upgrade for non-Play-Store sources? #162

Open eehouse opened 5 years ago

eehouse commented 5 years ago

The FAQ notes that when an .apk came from the Play Store I'm not supposed to upgrade it myself and that therefore download and upgrade aren't supported. But when my app came from somewhere else, e.g. github, I'm going to have to upgrade it myself. So how about supporting that? Would a pull request that implemented that be considered?

MurtadhaS commented 4 years ago

you can use my fork to download the file from the json file: https://github.com/MurtadhaS/AppUpdater

marcosrocha85 commented 4 years ago

@MurtadhaS can you explain a little bit more? I'm very interested of auto-updated apk without any kind of user interaction from owned server.