Closed glacjay closed 2 months ago
Same error.
The response error code by codepush.appcenter.ms
is 999
Hi @glacjay, @usedlife, Thank you for reporting this issue. Are you still experiencing this issue?
Hi @glacjay, @usedlife, Thank you for reporting this issue. Are you still experiencing this issue?
Yes, I still experiencing this, and don't know the reason.
@IlyaBausovAkvelon Yes
Hi everyone, please use https://codepush.appcenter.ms/v0.1/status to check the codepush server status.
Anyone facing issues with codepush sdk, please share your application/codepush logs.
It looks like the codepush server is blocked by Great FireWall , can't access this link in China unless using a VPN
Switched to code-push-server-go.
serverUrl api.appcenter.ms
works fine
It looks like the codepush server is blocked by Great FireWall , can't access this link in China unless using a VPN
@jianxinzhoutiti hi, do your side still facing this issue? i facing same issue now, codepush fail in China, any solution for this?
@jianxinzhoutiti 你好,你们那边还遇到这个问题吗?我现在也遇到同样的问题,codepush 在中国失败了,有解决办法吗?
No, wait for resolution or build your own service
@nolife08021
try change serverUrl to api.appcenter.ms
like this:
#ios add to Info.plist
<key>CodePushServerURL</key>
<string>${CODE_PUSH_SERVER_URL}</string>
#android add to res/value/strings.xml
<string moduleConfig="true" name="CodePushServerUrl">${CODE_PUSH_SERVER_URL}</string>
Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant):
Steps to Reproduce
1.
Expected Behavior
What you expected to happen?
Actual Behavior
What actually happens?
Reproducible Demo
Examples
folder runnode create-app.js appName react-native@0.61.5 react-native-code-push@6.0.0
command to generate plain CodePushified React Native app. Please see description on top ofcreate-app.js
file content if neededEnvironment
(The more info the faster we will be able to address it!)