2

I'm trying to configure CodePush on my iOS app developed by ReactNative, following these links :

https://microsoft.github.io/code-push/docs/getting-started.html

https://microsoft.github.io/code-push/docs/cli.html

Every single step is configured properly and double checked, but when I trace the process with chrome debugger, the output will be like this :

 [CodePush] Checking for update.                              CodePush.js:159
 [CodePush] An unknown error occured                          CodePush.js:159
 [CodePush] 404: The specified resource does not exist.       CodePush.js:159

Any solution?

4

1 回答 1

-1

您应该向代码推送服务器发布一个版本。然后你的代码推送客户端可以检查更新状态。

于 2016-06-12T11:15:47.143 回答