gpt4 book ai didi

ios - 沃尔玛电极基本了解

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:07:00 27 4
gpt4 key购买 nike

我正在尝试使用 Electrode 创建基于 ReactNative 的基本 iOS 应用程序(沃尔玛 - http://www.electrode.io/site/docs/introduction.html)

虽然我可以让应用程序在我的 Mac 上本地运行,但我很难理解整个无线 (OTA) 更新可以/应该如何运行。

这是我到目前为止所做的

  • 使用 ern create-miniapp TestApp 创建了一个迷你应用
  • 在 BitBucket 上创建了一个 GIT 存储库
  • 使用 ern cauldron repo add TestApp [Bitbucket-url] 创建了一个 Cauldron
  • 使用 ern cauldron 添加原生应用 TestApp 添加原生应用

但是当我使用 ern run-ios 运行应用程序时,它似乎仍然指向我的本地计算机(我可以更新 index-ios.js 文件并在应用程序中更新)。那么让整个 OTA 设置运行到另一个程序员可以更新云/bitbucket 中的 index-ios.js 文件(我猜)并动态更新应用程序还缺少什么?

最佳答案

如果我没理解错的话,要使 OTA 正常工作,您需要使用代码推送命令。

ern code-push <miniapps..>

Options:
--help Show help [boolean]
--descriptor, -d Full native application selector (target native application version for the push)
--force, -f Force upgrade (ignore compatibility issues -at your own risks-)
--appName Application name
--deploymentName Deployment to release the update to [string]
--platform, -p Platform name (android / ios) [string]
--targetBinaryVersion, -t Semver expression that specifies the binary app version(s) this release is targeting (e.g. 1.1.0, ~1.2.3) [string]
--mandatory, -m Specifies whether this release should be considered mandatory [default: false]
--rollout, -r Percentage of users this release should be immediately available to [string] [default: "100%"]
--skipConfirmation, -s Skip final confirmation prompt if no compatibility issues are detected

More info about this command @ https://electrode.gitbooks.io/electrode-native/content/cli/code-push.html

关于ios - 沃尔玛电极基本了解,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46888588/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com