Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Expo Build, Automatically updates my live app on app store and playstore

Hi everytime I run expo:build ios my clients who has existing app also is getting my update?

Do you know how to fix this?

I want to submit to appstore first and then they update from appstore before they could get my update.

Thanks

like image 824
RJ Tubera Avatar asked Sep 13 '25 07:09

RJ Tubera


1 Answers

You can add

"updates": {
   "enabled": false
}

to your app.json. At least that's how I've done it in the past. There's new expo-updates package, which gives you more control over your updates. You can check that out here.

You will have to republish your app to play store after you change your app.json.

like image 158
giotskhada Avatar answered Sep 21 '25 20:09

giotskhada



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!