Disabling over the air updates for expokit apps(expo detached app)

I have expo detached app working via Expokit. I want to disable over the air updates that happen when I publish. I want updates to be available via Play Store/App Store only. How can I disable over the air updates for expo detached apps. Any help is appreciated.Thanks

1 Like

you can the update to be enabled: false in app.json. It’s under expo.updates field

1 Like

Did that. Made no difference. I published and still the users were able to receive updates.Any other way?

1 Like

Hey @aakashraina,

Just to be certain, did you rebuild your app and release the new build after making the changes to updates in your app.json? For those changes to take effect, you need to build a new ipa or apk rather than simply publishing. You can read more about this here: https://docs.expo.io/versions/v31.0.0/workflow/publishing#limitations

Cheers,

Adam

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