Signed app distributed locally and then published to google play store

跟風遠走 提交于 2019-12-25 01:48:34

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!