File: distribution.md | Updated: 11/15/2025
Hide navigation
Search
Ctrl K
Home Guides EAS Reference Learn
Archive Expo Snack Discord and Forums Newsletter
Copy page
An overview of submitting an app to the app stores or with the internal distribution.
Copy page
Get your app into the hands of users by submitting it to the app stores or with Internal Distribution .
Terminal
Copy
# Install the CLI
- npm i -g eas-cli
# Build and submit your app
- eas build --auto-submit
# OR -- Submit existing binaries
- eas submit
You can run eas build --auto-submit with EAS CLI
to build your app and automatically upload the binary for distribution on the Google Play Store and Apple App Store.
This automatically manages all native code signing for Android and iOS for any React Native app. Advanced features such as payments, notifications, universal links, and iCloud can be automatically enabled based on your config plugins or native entitlements, meaning no more wrestling with slow portals to get libraries set up correctly.
Submit to the Google Play Store
Learn how to submit an Android app to the Google Play Store.
Submit to the Apple App Store
Learn how to submit an iOS or an iPadOS app to the Apple App Store from any operating system.
Internal Distribution
Share your mobile app internally with testers using AdHoc builds.
Publish websites
Export your website and upload to any web host.
OTA updates
Send over-the-air updates to your users instantly.
Directory listing - 4 item(s) total