tigerlx

Results 1 issues of tigerlx

我是从appcenter转私有化部署的,因为网络问题。app安装完之后提示更新,更新完之后提示更新又弹出来了,重启app也是一样,查看history都是pending状态,没有active的 ![image](https://github.com/user-attachments/assets/4908ea5d-c65c-42ed-b03c-a66d85b74950) 代码里配置的是立即安装: `codePush.sync({ installMode: codePush.InstallMode.IMMEDIATE, updateDialog: { optionalIgnoreButtonLabel: '稍后', optionalInstallButtonLabel: '立即更新', mandatoryContinueButtonLabel : '立即更新', optionalUpdateMessage: '有新版本了,是否更新?', mandatoryUpdateMessage: '该版本必须更新,请立即更新?', title: '更新提示' }, }, this.statusChanged.bind(this), this.downloadProgress.bind(this));` 版本: code-push-cli:2.1.9 react-native:0.71.3 react-native-code-push:8.3.1