example-cordova-code-push-plugin
example-cordova-code-push-plugin copied to clipboard
can not get download progress status
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