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
3***@qq.com
回复 Analog: 要命,我遇到这个问题,同一套代码,去年打包的可以正常更新,昨天发现打包新的app,无法更新,就报你这个错误,code 10
2025-02-27 10:42