Edit this page
Learn how to create production builds of your project that are ready for the app stores.
Edit this page
To submit your app to the app stores, you'll need to create a production build. This build is optimized for performance and size, and it includes all the necessary assets and configurations for the app stores.
Paid developer accounts are required to submit builds to the app stores. You will need the following:
Over-the-air updates allow you to send critical bug fixes and improvements to your users. To set it up, run the following EAS CLI command:
-
eas update:configure
To create a production build, run the following EAS CLI command:
-
eas build --profile production