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