Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 1.74 KB

bumping-ios-build-number.md

File metadata and controls

27 lines (14 loc) · 1.74 KB

Bumping iOS Build Number

🤔 What Happened

If you're submitting your iOS app to App Store using the eas submit command, you may encounter the error saying you've already submitted a particular version of the app.

💡 Solution

    • If you are building a managed Expo app

      Increment the value for the expo.ios.buildNumber key in app.json. This can be done manually or automatically with app version management. Remember that this value must be a string. Optionally, commit this change. Then, build a new app archive with eas build. Wait for the build to finish.

    • If you are building a bare React Native app

      In Xcode, enter your project settings (left click on project name) and increase the Build value under General -> Identity section.

  1. Run eas submit --platform ios to upload your app to App Store. Wait for the submission to complete.

  1. Wait for Apple to process your build. This may take about 5-10 minutes, depending on how busy Apple servers are. Then you can verify that the app has been submitted by visiting App Store Connect.