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 was archived by the owner on Oct 1, 2018. It is now read-only.
I have disabled auto-download and auto-install in config.xml. And trying to update manually.
In my code I have
chcp.configure(options, configureCallback);
function configureCallback (error) {
if (error) {
console.log('Error during the configuration process');
console.log(error.description);
init();
} else {
console.log('Plugin configured successfully');
// from this moment only we control when to download and install new releases
chcp.fetchUpdate(fetchUpdateCallback);
}
}
Hi
I have disabled auto-download and auto-install in config.xml. And trying to update manually.
In my code I have
However configureCallback is never called on iOS