1

I have installed an old version (4.0) of my application manually. In Google Play store I have already uploaded a new app with the same package name and incremented the app version to version 5.0. But Google Play store does not show the "Update" button.

This will only occur when the old app is installed manually.It will show the "Update" function on Google Play store.

1 Answers1

2

The update dialog will only show if all of the following are true:

  • The current user has already installed the app once (on any device), that is, it is in the User's library. This can be checked in the Ply store app by looking in the "My apps and games" menu under "Library"
  • The package name (application id) for the app is the same
  • the app is signed with the same key as the the app is published with on the Play store. In the case of Apps enrolled into Google Play app signing, this has to be the Play store key, not the upload key
Nick Fortescue
  • 13,530
  • 1
  • 31
  • 37