-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to change URL download on client side? #242
Comments
Hi shm-open/code-push-server & shm-open/code-push-client can help you |
android app/src/main/res/values/string.xml
RN On your mac os client code-push login http://xx.xxx.xxx.xxx:0000/ |
Hello! Thanks for reply! On appcenter environment, we have the appcenter cli. Thanks. |
The code-push-client will atuomaticly upload the RN project’s bundle To your sever,and the sever will push the new bundle to the apps. you only need install the client in your termial.Follow my suggest step.The Step3 will integrat the codepush on RN apps.with some inital code,it will pull the update from the custom server. |
Hello,
We currently use AppCenter codepush.
We want to change to have our own codepush server.
Even configuring this library, what is the correct process for changing server settings on the client side?
I'm using React Native.
Thanks.
The text was updated successfully, but these errors were encountered: