Skip to content

Android IMMEDIATE options not work #31

@ngocan3897

Description

@ngocan3897

await codePush.sync(
{
installMode: codePush.InstallMode.IMMEDIATE,
mandatoryInstallMode: codePush.InstallMode.IMMEDIATE,
},
syncStatusChangedCallback,
downloadProgressCallback,
handleBinaryVersionMismatchCallback
);

I am using this sync method with immediate options , in android , after sync function finished and reload the app , the new code wasn't appended , I have to close the app and restart again to have the new code .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions