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

can not get download progress status

Open Coder7777 opened this issue 3 years ago • 0 comments

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

Coder7777 avatar Apr 15 '21 15:04 Coder7777