Publish app changes only to Expo app users not the app published on the store

I am making some upgrades to my app and I need to test it first with my supervisors. And since publishing updates to the app is reflected on the store app via “Over the air” awesome functionality, I cannot block the users from seeing the upgrades.

Hey @ahmedsamyabdelhay,

This is a perfect use case for Release Channels: https://docs.expo.io/versions/v30.0.0/distribution/release-channels

This will allow you to push changes to certain cohorts based on the release channel.

Cheers,

Adam

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.