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.
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.