Skip to content

Question: Does react-native-check-version handle staged Play Store releases correctly? #71

@rohith-thummanapally-sidsfarm

Description

Hi team ,

I have a question regarding staged rollouts on Stores.

Scenario

We’re using staged rollout for our app updates (for example, releasing to 5% of users first).
Devices included in the 5% rollout saw the newer version.
Devices not yet in the rollout still saw the old version.

Question

Can you please confirm whether react-native-check-version behaves correctly during staged rollouts?

Specifically:

Does it fetch version info in a rollout-sensitive way (depending on whether the user’s device/account has access to the update)?

Or does it always return the latest version from the Stores globally (regardless of rollout stage)?

If you have any technical insight into how the library queries Stores data (e.g., scraping HTML, Play Services API, etc.), that would also help clarify.

We want to avoid false update prompts for users who have not yet received the staged release update.

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