在发布模式下无法接收更新(react-native-code-push)

时间:2019-02-25 07:07:17

标签: code-push react-native-code-push

在过去的7个小时中,我一直在梳头。使用./gradlew assembleRelease构建应用程序时,我无法接收更新。目前在Play商店中的应用版本为1.0.0

react-native-code-push:^ 5.5.2

本机:0.57.8

这就是我所做的:

source changes => commit => npm version 1.0.1 => 
code-push release-react <appname-android> android =>
code-push promote <appname-android> Staging Production

enter image description here

code-push debug android

enter image description here

我用try / catch包裹了codePush sync并没有引发任何错误,但是它的日志是:应用程序是最新的(实际上不是) enter image description here

仅适用于react-native run-android--variant=release。请帮忙!

0 个答案:

没有答案