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 an Apple Developer Account.

Automate submissions

You can automate the submission of your app to the App Store by running the following command:

eas build --platform ios --profile production --auto-submit

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

Resources

Is this lesson useful?