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

The update button does not appear in Google Play Store #178

Closed ilhambagoes closed 4 years ago

ilhambagoes commented 4 years ago
Details
Builder
new AppUpdater(this)
   .setUpdateFrom(UpdateFrom.JSON)      
   .setUpdateJSON("https://raw.githubusercontent.com/famfir18/UpdaterJson/master/update.json")
   .start();

I managed to check the application with the latest version and direct to play store, but when i get into the play store there are 2 option (Uninstall & Open), but the button for Update doesnt appear. My users must to uninstall it and then install again for update.

Is there a way to show the update button on the google play store?