You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 1, 2018. It is now read-only.
Currently this add-on depends on plugin's CLI client. When you run cordova-hcp server - CLI client create's .chcpenv file with server preferences (actually, just it's url). When you run cordova prepare - add-on reads .chcpenv and set's <config-file url="" /> in platform specific config.xml. When application is launched - add-on connects with socket.io library to this server and listen for update events. When captured - it executes chcp.fetchUpdate() on JS side.
If you want to use your own server for development - you need two things:
Your update server should support socket connections, and application should be able to connect to it with socket.io library.
Create .chcpenv file and set in it correct server address. Or modify add-on hook to read preferences from other file.
😢 We are not using nordnet/cordova-hot-code-push-local-dev-addon anymore, and we lack the manpower and the experience needed to maintain it. We are aware of the inconveniece that this may cause you. Feel free to use it as is, or create your own fork.
Is it possible to disable the ngrok functionality and just have the live server push go through the local server only?
The text was updated successfully, but these errors were encountered: