How to submit new version to app store
To submit a new version of your app to the App Store, follow these steps:
Before submitting:
- Test your app: Make sure your app is thoroughly tested and works as expected on various devices and iOS versions.
- Update your app's version number: Increment the version number in your app's
Info.plist
file to reflect the changes you've made. - Create an archive: Use Xcode to create an archive of your app. Go to
Product
>Archive
or use theArchive
button in the top-right corner of the Xcode window. - Export the archive: Go to
Window
>Organizer
and select the archive you just created. Click theExport...
button and chooseExport as a
.ipafile
.
Submitting to the App Store:
- Create a new version: Log in to the App Store Connect website (https://appstoreconnect.apple.com) and go to the
My Apps
tab. - Select your app: Choose the app you want to update from the list.
- Create a new version: Click the
+
button next toVersion
and enter the new version number. - Upload the archive: Click the
Upload
button and select the.ipa
file you exported earlier. - Fill in the release notes: Enter a brief description of the changes you've made in the
Release Notes
field. - Submit for review: Click the
Submit for Review
button to submit your app for review by Apple.
Waiting for review:
- Wait for Apple's review: Apple will review your app to ensure it meets their guidelines and is free of bugs.
- Address any issues: If Apple finds any issues, you'll receive an email with a list of issues to address. Make the necessary changes and resubmit your app.
- Wait for approval: Once your app passes review, it will be approved and available for download on the App Store.
Additional tips:
- Make sure your app's metadata (e.g., screenshots, promotional images) is up-to-date and accurate.
- Use the
App Store Connect
website to manage your app's metadata, including changing the app's name, description, and keywords. - If you're using a third-party analytics or advertising service, ensure you've updated your app's configuration to reflect the changes.
Remember to always follow Apple's guidelines and review policies to ensure your app is accepted and remains available on the App Store.