我正在尝试使用 Microsoft 的 Codepush 在暂存时发布 React-Native iOS 应用程序。为此,我遵循了网站上的给定说明,并且能够构建捆绑文件并在暂存时成功发布,但我没有看到我发布的移动设备上的更新更改。
首先,我使用 USB(在设备上运行)在移动设备上安装了应用程序。
之后,我在我的应用程序中进行了一些更改并使用 codepush 在暂存时发布,但是当我在移动设备上重新启动应用程序时,它没有显示更改。
version: 1.0.0
react-native: 0.17.0
react-native-code-push: 1.5.3-beta
react-native bundle --platform ios --entry-file index.ios.js --bundle-output codepush.js --dev false
code-push release AwesomeProject codepush.js 1.0.0
有人可以帮忙吗?谢谢。