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

How to start automaticly download for update #145

Closed UMUTBAYGUT closed 5 years ago

UMUTBAYGUT commented 6 years ago

Hello ,

Hello in the listener how we can start automaticly update (download and install) ?

public void onSuccess(Update update, Boolean isUpdateAvailable) { //in here }

javiersantos commented 5 years ago

This library doesn't provide a way to download and install the update (it's not allowed by Google Play Store). You must implement it on your own using DownloadManager or similar.