example-cordova-code-push-plugin
example-cordova-code-push-plugin copied to clipboard
Ionic + Cordova Code Push Plugin Example
const downloadProgress = (progress) => { console.log(`Downloaded ${progress.receivedBytes} of ${progress.totalBytes}`); } this.codePush.sync({}, downloadProgress).subscribe((syncStatus) => console.log(syncStatus)); downloadProgress function never be call
We would appreciate your feedback if you have any. Here is the description of the issue we just started seeing with our commercial app in the Stores: Using MS AppCenter...
Uncaught ReferenceError: zip is not defined got this error when try to install code-push .zip file to refersh view ionic 2 information below for plugin version please assist ![Screenshot from...