作者热门文章
- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
我正在尝试使用 Electrode 创建基于 ReactNative 的基本 iOS 应用程序(沃尔玛 - http://www.electrode.io/site/docs/introduction.html)
虽然我可以让应用程序在我的 Mac 上本地运行,但我很难理解整个无线 (OTA) 更新可以/应该如何运行。
这是我到目前为止所做的
但是当我使用 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/
我的服务器有 4 个基于 in 的服务器。WAL 在所有数据库中注册更改。但是,如果我想回滚或前滚 1 个数据库 中的更改,不包括 3 个其他数据库 - 这怎么可能? 最佳答案 不,不可能。 WAL
我在向 Walmart Marketplace API 发送批量数据交换的 POST 请求时遇到问题,希望得到一些帮助。 背景:我已经成功地编写了签名验证例程,并且可以成功执行 GET 命令,例如获取
我是一名优秀的程序员,十分优秀!