Closed cuonggosu97 closed 2 weeks ago
Hi!
I am currently unable to update the application via codepush following your instructions. I have built my application release on Simulator and run the server on local host.
I have configured my Info.split file as follows
The CodePushDeploymentKey value I get when I execute the command: ./code-push-go app create_deployment -n -dn
When I launch the application, the log in the terminal server does not call any request.
What do I need to do to be able to run like using code-push via Appcenter. Thank!
server must have ssl, otherwise react-native-code-push fails to check for new updates
127.0.0.1:8080 is your phone ip,this is set server url
Hi!
I am currently unable to update the application via codepush following your instructions. I have built my application release on Simulator and run the server on local host.
I have configured my Info.split file as follows
The CodePushDeploymentKey value I get when I execute the command: ./code-push-go app create_deployment -n -dn
When I launch the application, the log in the terminal server does not call any request.
What do I need to do to be able to run like using code-push via Appcenter. Thank!