gpt4 book ai didi

react-native - 如何为多个版本部署 CodePush 包?

转载 作者:行者123 更新时间:2023-12-03 15:58:22 25 4
gpt4 key购买 nike

我已经阅读了 targetBinary flag 和我也读过 this来自从事 CodePush 工作的 Microsoft 团队成员。

我有版本 5.0.15.1.0 .

  • 5.0.1 相比,第二个版本具有原生差异。

  • 如果版本 5.0.1 出现错误,如何修复它并仅针对此版本部署它?错误可能很严重,并不是每个人都会拥有最新版本的应用程序。

    或者,该错误可能仅存在于特定版本中。

    是我唯一的选择:
  • 打开 Xcode 和 Android Studio
  • 5.1.0 更改我的捆绑版本/内部版本号至 5.0.1然后进行更改,然后将我的编号改回?

  • 这似乎是一种冗长的版本更新方式。有没有更优雅的管理方式?

    最佳答案

    目标二进制版本参数支持此场景的范围。这是一个有用的表格来指导您。

    Range Expression    Who gets the update
    ---------------- ----------------------
    1.2.3 Only devices running the specific binary app store version 1.2.3 of your app
    * Any device configured to consume updates from your CodePush app
    1.2.x Devices running major version 1, minor version 2 and any patch version of your app
    1.2.3 - 1.2.7 Devices running any binary version between 1.2.3 (inclusive) and 1.2.7 (inclusive)
    >=1.2.3 <1.2.7 Devices running any binary version between 1.2.3 (inclusive) and 1.2.7 (exclusive)
    1.2 Equivalent to >=1.2.0 <1.3.0
    ~1.2.3 Equivalent to >=1.2.3 <1.3.0
    ^1.2.3 Equivalent to >=1.2.3 <2.0.0

    关于react-native - 如何为多个版本部署 CodePush 包?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49367684/

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