Submit to Play Store
EAS Submit is a hosted service for uploading and submitting your app binaries to the app stores. Since it's a hosted service, you can submit your app to both stores as long as you can run EAS CLI on your machine. This means you can easily submit your Android and iOS apps from your macOS, Windows, or Linux workstation or from CI.
Prerequisites
- You need to have a Google Play Developer Account.
- You need to have a Google Cloud Account.
Automate submissions
You can automate the submission of your app to the Play Store by running the following command:
eas build --platform android --profile production --auto-submitThis will build your app and submit it to the Play Store.
Resources
- Source Code - Course Example App
- EAS Submit