example-cordova-code-push-plugin icon indicating copy to clipboard operation
example-cordova-code-push-plugin copied to clipboard

Ionic + Cordova Code Push Plugin Example

Results 3 example-cordova-code-push-plugin issues
Sort by recently updated
recently updated
newest added

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...