Edit this page
Learn how to send over-the-air updates to push critical bug fixes and improvements to your users.
You can send over-the-air updates containing critical bug fixes and improvements to your users.
To set up updates, run the following EAS CLI command:
-
eas update:configure
After the command completes, you'll need to make new builds before continuing to the next section.
To send an update, run the following EAS CLI command:
-
eas update --channel production
This command will create an update and make it available to builds of your app that are configured to receive updates on the production
channel. This channel is defined in eas.json.
You can verify the update works by force closing the app and reopening it two times. The update should be applied on the second launch.
You can learn how to rollout an update, optimize assets, and more with our update guides.