Skip to content

can not get download progress status #6

@Coder7777

Description

@Coder7777

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions