-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Great news! I've got an alternative working!
Cordova Plugin
The official cordova-plugin-code-push supports pointing to a different server:
<preference name="CodePushServerUrl" value="http://your-server.com/" />
Just in case I will need to fix bugs, I will maintain my own fork:
https://github.com/byronigoe/cordova-plugin-code-push
CodePush Server
@shm-open created https://github.com/shm-open/code-push-server
With the help of Google Translate and the documentation for Pug and Redis, I was able to get it working.
I will continue to maintain this English version, and submit PRs to upstream when possible:
https://github.com/byronigoe/code-push-server
CodePush CLI
I have not needed to modify the CLI yet, but in order to guarantee interoperability with future backend changes, I'm using my fork:
https://github.com/byronigoe/code-push-cli