pietrorampini / UpdateChecker

Increase your app's updates
Apache License 2.0
649 stars 126 forks source link

STORE ERROR #132

Open ctsdevmumbai opened 6 years ago

ctsdevmumbai commented 6 years ago

The library suddenly started throwing STORE Error. I have my app onto playstore and no update has been released. Can you please let me know why is STORE Error being throwing.

rgocal commented 6 years ago

I'm getting this to

Swavis commented 6 years ago

@ctsdevmumbai, @rgocal i am getting this too, did you find the solution..?

rgocal commented 6 years ago

The update checker libraries for Google Play are now pretty much dead. I came to find out the libraries use code that have been removed from the playstore html files since their remodel.

I would suggest making something homebrew for your app like a webview inflating an html you keep somewhere to notify the user of updates or a json file and compare it to installed version.