目前,我在play商店有一个混合应用程序,最近我开发了一个本地应用程序,通过改进和添加更多的功能。
所以我想把它作为下一次更新
我想到以下几个问题:
经过小小的搜索,我发现了谷歌发布应用程序的程序,但它并没有解决我的疑虑,所以有人可以解释一下程序如何发布应用程序,并消除我的疑虑。
发布于 2017-04-19 12:18:29
请找出我的答案如下:
我必须要用同样的密钥存储文件的新应用程序来签名吗?
Yes, if you want to publish update of existing app, won't allow you to publish if different key-store used我必须使用相同的包名吗?
Yes, if you want to publish update of existing app, will be considered new app otherwise更改版本号是否足够?
Yes but version number should be greater than the version number of existing app发布于 2017-04-19 12:21:03
只需将版本号更改为+1,并使用相同的包,google存储将采取此apk .but,您必须声明目标版本和编译版本相同或更新。
如果您有相同的密钥和包名相同,播放商店将采取您的Apk。更新您的版本号,并将目标和生成版本相同或最新。
https://stackoverflow.com/questions/43495491
复制相似问题