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

Not showing app updated dialog #134

Closed pmrajani closed 6 years ago

pmrajani commented 6 years ago

here is log i can show in my IDE. E/AppUpdater: Cannot retrieve latest version. Is it configured properly?

setup : i have added it on MainActivity onCreate method.

AppUpdater appUpdater = new AppUpdater(this); appUpdater.start();

javiersantos commented 6 years ago

Duplicate of #132