uniapp ios 离线打包,wgt升级时,plus.runtime.install无法安装
其中:res.tempFilePath 为下载wgt的本地路径
plus.runtime.install(res.tempFilePath,{force:true},function(){
plus.runtime.restart();
})
uniapp ios 离线打包,wgt升级时,plus.runtime.install无法安装
其中:res.tempFilePath 为下载wgt的本地路径
plus.runtime.install(res.tempFilePath,{force:true},function(){
plus.runtime.restart();
})
2***@qq.com (作者)
解决了
2021-05-27 17:29
Analog
回复 2***@qq.com: 你好 我plus.runtime.install的时候报错{
"code": 10,
"message": "error in opening zip file"
}这是为什么呢
2022-01-26 18:53
2***@qq.com (作者)
回复 h***@analogsystems.cn: 确认是wgt格式的包吗,另外 确认appid是否正确
2022-02-18 10:15