0

I have question about update version of my application on google play store.

If I upload a new version APK application on google play store

  • Current user can receive about update , download and install new version or not?

  • If current user cannot receive that how to resolve it?

4

2 回答 2

0

如果 versionCode 和 versionName 已更改,用户将获得更新

于 2015-07-16T08:25:28.893 回答
0

最好的办法是通过检查 Play 商店中的版本来控制启动画面中的应用程序。

我的意思是强行要求用户更新应用程序。

最好制作 web api 并将数据从启动屏幕发送到服务器,哪个版本在商店中。如果它返回 true ,请输入应用程序,否则请他更新

于 2015-07-16T08:42:03.960 回答