HomeGuidesReferenceLearn
ArchiveExpo SnackDiscord and ForumsNewsletter

Build your project for app stores

Edit this page

Learn how to create production builds of your project that are ready for the app stores.


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.

Prerequisites

Paid developer accounts are required to submit builds to the app stores. You will need the following:

  • A Google Play Developer membership ($25 one-time fee)
  • An Apple Developer Program membership ($99 per year)

Configure over-the-air updates

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:

Terminal
eas update:configure

Create a production build

To create a production build, run the following EAS CLI command:

Terminal
eas build --profile production