问题
I distributed an app locally. I mean I signed the app and then I installed it manually into few devices, let´s say app version 1.1
I have published the app two days ago, let´s say version 1.2, on the Google Play Store, I used the same key also I have changed the versionName and the versionCode but the devices who have the version 1.1 do not get the latest version.
With a device with version 1.1 going to Google Play Store App place (I mean with the device going to Google Play Store and searching the app name) I can see in details version 1.2 but I have just two buttons "uninstall" and "open" , nothing about update, this is a google play app picture
Am I doing something wrong?
回答1:
- If the app has never been installed from the Play store for that user account it won't update
- If the app is signed with a different key from the Play store it won't update.
In general, only apps that were installed from Google Play will be updated by Google Play.
来源:https://stackoverflow.com/questions/50170224/signed-app-distributed-locally-and-then-published-to-google-play-store