If you're submitting your Android app to Google Play Store using the expo upload:android command, you may encounter the error saying you've already submitted a particular version of the app.
- Increment the value for the
expo.android.versionCodekey inapp.json. Optionally, commit this change. Then, build a new app archive withexpo build:android. Wait for the build to finish.
- Run
expo upload:android --use-submission-serviceto upload your app to Google Play Store. Wait for the submission to complete.
- You can verify that the app has been submitted by visiting Google Play Console.


