【发布时间】:2018-10-04 04:06:55
【问题描述】:
我正在尝试发布我的第一个 ionic app。我想知道用户如何知道PlayStore 有新的更新以及他们如何下载?
Ionic Native App Update (https://ionicframework.com/docs/native/app-update/ 2) 是什么?
当为新的更新版本构建应用程序时,增加config.xml 中的version no 是否足够?
widget id="io.ionic.888" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova .apache.org/ns/1.0"
【问题讨论】:
-
如果您想在 Playstore 上更新您现有的应用程序,那么只需使用不同的版本上传即可,即如果您在 Playstore 上有
0.0.1,请使用0.0.2上传,以便您进行更新。 -
你的意思是我不想在我的应用程序中安装任何库。我唯一要做的就是增加应用版本吗?
-
有用的问题@GunarathneMDD
标签: ionic-framework ionic3 version