Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经开发了一个应用程序并在设备中构建。现在我需要升级它,如果是的话,用户是否有可能从谷歌播放获取更新信息?我对此感到困惑..我已经发布了同一应用程序的更新版本,但用户没有收到更新通知。我必须以任何方式升级它,所以请向我提出建议
用户将自动获得更新。但是您需要在清单中增加 versionCode:
android:versionCode="1"<!--change to 2--> android:versionName="1.0" <!--You'd update this too, but I'm not sure its necessary-->
完成后,您创建一个新的 .apk,将其上传到您的游戏帐户,然后激活它。