IOS: React Native -> Code push (app-center ), changes does not reflect with react-native: "0.70.6" and "react-native-code-push": "^7.0.5"

huangapple go评论61阅读模式
英文:

IOS: React Native -> Code push (app-center ), changes does not reflect with react-native: "0.70.6" and "react-native-code-push": "^7.0.5"

问题

IOS:React Native -> Code push(app-center),更改在React Native版本“0.70.6”和“react-native-code-push”“^7.0.5”中不反映。

我们正在尝试通过code-push部署代码。对于Android,通过一些设置看起来没问题,但IOS构建不反映新的更改。有人可以在这方面提供指导吗?

appcenter codepush release-react -a [用户名]/[应用] -d Staging -m --description '测试' -t 2.0.0

应用中心仪表板图像

我们需要通过app-center对iOS构建进行code push。

英文:

IOS: React Native -> Code push (app-center ), changes does not reflect with react-native: "0.70.6" and "react-native-code-push": "^7.0.5"

We are trying to deploy code via code-push. for android it looks fine now with some setting, but IOS build does not reflect new changes. Anyone can guide on this,

appcenter codepush release-react -a [USERNAME]/[APP] -d Staging -m --description 'test ' -t 2.0.0

app center dashboard image

We need to code push via app-center for ios build

答案1

得分: 1

我遇到了同样的问题,我的更改在iPhone上没有显示出来。我在应用中使用了以下版本。

react-native: "0.70.6"
react-native-code-push: "^7.0.5"

在iPhone上没有反映出更改。代码已经被推送到AppCenter,但没有下载和安装到iPhone设备上。

英文:

I am facing the same problem my changes are not showing on iPhone. I am using below mentioned version in app.

react-native: "0.70.6"
react-native-code-push: "^7.0.5"

Changes are not reflecting on iPhone. Code is being pushed on appcenter but not downloading and install on iPhone devices.

huangapple
  • 本文由 发表于 2023年1月9日 15:24:00
  • 转载请务必保留本文链接:https://go.coder-hub.com/75054193.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定