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

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-submit

This will build your app and submit it to the Play Store.

Resources

Is this lesson useful?