Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.
This repository was archived by the owner on May 20, 2025. It is now read-only.

ios react native switch bundle problem #202

@madcat

Description

@madcat
CodePush.setDeploymentKey("firstkey")
jsCodeLocation = CodePush.bundleURLForResource("FirstApp")

first bundle loaded ok, and in FirstApp syncing is working fine as well.
when trying to e.g. click a button and load a second bundle as:

CodePush.setDeploymentKey("secondkey")
jsCodeLocation = CodePush.bundleURLForResource("SecondApp")

location is still pointing to the first one. how could I implement something like this?

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