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.
I'm using cordova in a gulp task and saved cordova-hot-code-push in my config.xml file via cordova plugin add cordova-hot-code-push-plugin --save. If I init my app everything goes fine for android. But all my iOS plugins don't get installed, when your plugin is in the config.xml.
There is no difference between installing Android or iOS version of the plugin. It is handled by Cordova itself, and the only thing is executed from the plugin is a hook, that installs the required node dependencies. If it's working for android - it should work for iOS as well. If it get's blocked - maybe there is something wrong with the gulp task itself.
Haven't used a gulp, so can't really tell right now. Need time to investigate, but not sure that this is a plugin issue.
😢 We are not using nordnet/cordova-hot-code-push 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.
I'm using cordova in a gulp task and saved cordova-hot-code-push in my
config.xml
file viacordova plugin add cordova-hot-code-push-plugin --save
. If I init my app everything goes fine for android. But all my iOS plugins don't get installed, when your plugin is in theconfig.xml
.This is part of my gulp task:
The text was updated successfully, but these errors were encountered: