Closed zim-lee closed 4 years ago
👌
我也是无法更新
请问暂时有什么临时解决方案吗?谢谢
请问暂时有什么临时解决方案吗?谢谢
等待修复期间,只能把react-native-code-push
回退到5.6.x版本
I use react-native-code-push in 5.6.0, this error didnt appear again!
I use react-native-code-push in 5.6.0, this error didnt appear again!
same error in 5.6.1
@mark5566 maybe you can try delete package.lock ,and delete node_modules, then run "npm install". But dont forget to set react-native-code-push@5.6.0!
@sunny635533 Okay ,thanks
作者修好了 只是沒push到npm上可以pull github的最新commit
npm install https://github.com/lisong/code-push-server.git
请问,这个问题你解决了么? 我把版本回退到5.6.0,但是大于5.6.0版本的APP收不到更新。
github上最新的三個commit 更新上你的server
lingmc notifications@github.com於 2019年9月16日 週一,下午5:35寫道:
请问,这个问题你解决了么? 我把版本回退到5.6.0,但是大于5.6.0版本的APP收不到更新。
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/lisong/code-push-server/issues/220?email_source=notifications&email_token=AD6YPIXZNLXDPQOZMES6JZDQJ5HNJA5CNFSM4IO3IMB2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6YS4ZA#issuecomment-531705444, or mute the thread https://github.com/notifications/unsubscribe-auth/AD6YPIQD5OWTN7EZZFJJASDQJ5HNJANCNFSM4IO3IMBQ .
use "react-native-code-push": "git+https://git@github.com/lisong/react-native-code-push.git" instead "react-native-code-push": "x.x.x" in package.json This approach solved my problem, other solutions didn't work
use "react-native-code-push": "git+https://git@github.com/lisong/react-native-code-push.git" instead "react-native-code-push": "x.x.x" in package.json This approach solved my problem, other solutions didn't work
[CodePush] 400: An update check must include a binary version that conforms to the semver standard (e.g. '1.0.0'). The binary version is normally inferred from the App Store/Play Store version configured with your app ----------------------code-push 报了这个问题 , 说我的版本号不符合标准,我改了有可能的版本号,都不行, 在哪里可以改他这个版本号
@rixinop 版本号建议3位,x.x.x这样的,另外这个issue已经解决了,大家有问题新开issue吧,这个作者已经解决了,先关闭了
这个解决了吗? 我试过只有使用5.6.0版本才能热更新, 以上版本都是404
还是这问题啊 解决了吗
5.6.0 对于CodePush(没有参数), 找不到合适的构造器
/Users/mq-zy/Documents/roshi/roshi/android/app/build/generated/rncli/src/main/java/com/facebook/react/PackageList.java:112: 错误: 对于CodePush(没有参数), 找不到合适的构造器 new CodePush(), ^ 构造器 CodePush.CodePush(String,Context)不适用 (实际参数列表和形式参数列表长度不同) 构造器 CodePush.CodePush(String,Context,boolean)不适用 (实际参数列表和形式参数列表长度不同) 构造器 CodePush.CodePush(String,Context,boolean,String)不适用 (实际参数列表和形式参数列表长度不同) 构造器 CodePush.CodePush(String,Context,boolean,int)不适用 (实际参数列表和形式参数列表长度不同) 构造器 CodePush.CodePush(String,Context,boolean,String,Integer)不适用 (实际参数列表和形式参数列表长度不同)
@lisong @xclidongbo
5.6.0 对于CodePush(没有参数), 找不到合适的构造器
/Users/mq-zy/Documents/roshi/roshi/android/app/build/generated/rncli/src/main/java/com/facebook/react/PackageList.java:112: 错误: 对于CodePush(没有参数), 找不到合适的构造器 new CodePush(), ^ 构造器 CodePush.CodePush(String,Context)不适用 (实际参数列表和形式参数列表长度不同) 构造器 CodePush.CodePush(String,Context,boolean)不适用 (实际参数列表和形式参数列表长度不同) 构造器 CodePush.CodePush(String,Context,boolean,String)不适用 (实际参数列表和形式参数列表长度不同) 构造器 CodePush.CodePush(String,Context,boolean,int)不适用 (实际参数列表和形式参数列表长度不同) 构造器 CodePush.CodePush(String,Context,boolean,String,Integer)不适用 (实际参数列表和形式参数列表长度不同)
我今天也遇到这个问题了。
现在的检测地址变成了:
/v0.1/public/codepush/update_check?deployment_key=xxx&app_version=xxx&client_unique_id=xxx
附带的参数名称也变了