[Help] How to disabled Eas Update when building app

Please provide the following:

  1. SDK Version: 45
  2. Platforms(Android/iOS/web/all): android

Hey guys is there a way to disabled EAS updates in expo eas, i know that in classic builds when u build an apk it automatically publish the updates to all user, how can i disable this when i build with eas?

You can prevent a specific build from trying to download updates by using the updates.enabled flag in app.json

Unlike classic builds, EAS Build never publishes an update on build, whether you’re using Classic Updates or EAS Update.

1 Like

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