javiersantos/AppUpdater

The update button does not appear in Google Play Store

ilhambagoes opened this issue · 0 comments

  • [v] I have verified there are no duplicate active or recent bugs, questions, or requests.
  • [v] I have verified that I am using the latest version of AppUpdater.
  • [v] I have given my issue a non-generic title.
  • [v] I have read over the README, Wiki and FAQs (before asking questions on how to do something).
Details
  • PiracyChecker version: v0.2.7.4
  • Device OS version: 9
  • Device Manufacturer: Samsung
  • Device Name: Samsung A6
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?