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 410 forks source link

UPDATE BUTTON OPENS BROWSER AND REOPENS DIALOG #185

Open nkenna opened 4 years ago

nkenna commented 4 years ago
Details
Builder
new AppUpdater(this)
   ...
   .start();

Clicking on the UPDATE Button in the dialog opens the browser instead of downloading/updating apk from my remote server.

Reproduction Steps

1. 2. 3.

Expected Result
Actual Result
timoknapp commented 4 years ago

I experienced exactly the same. Also thought, this will automatically download the .apk uses it to update the App. Is there maybe a property missing which we have to adapt for such behaviour? @javiersantos