# 7. Updating an app in the App Store

## Updating an App in the App Store

If we want only to upload a new Bravo IPA package to [App Store Connect](https://appstoreconnect.apple.com) without creating a new App store version, we just need to be sure we upload it with a different "Build number", build numbers are increased automatically for each new build you request, these numbers are used internally to identify the different uploads in the App Store Connect.

If for the other hand you want to release a new update on the App store, first we will access to [App Store Connect](https://appstoreconnect.apple.com) enter in the app you want to create a new version and click on the plus sign. It will ask you which version number you want to use, so if your app was version 1.0, usually you would increase it to 1.0.1, 1.1, or 2.0, depending on the number of features and changes that have been done.

Once done, we will go back to the Bravo Publication Form and fill in the "**Version Number**" the same Version we've created in the App Store Connect.

![](/files/-MhO6H_l4C9SbMm0NnBp)

The process is equal to the publication, we will wait until get the signed build (IPA file) in your email and upload it to the App Store Connect using the [Transporter app](https://apps.apple.com/es/app/transporter/id1450874784?l=en\&mt=12).

Now is also the time to change any **app information** (description, screenshots, etc.) in App Store Connect, as most of the information can only be changed when doing an App Update. Fill in "**What's New in This Version**" and select the uploaded package in the **Build** field.

![](/files/-MhO6H_o-8i0YAEnGyw1)

Describe what's new in this version of your app, such as new features, improvements, and bug fixes.

When you are ready to send the new update to review, click **Submit for Review**. Done!

![](/files/-MhO6H_mpUuw97nTiCF1)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bravostudio.app/app-publication/publishing-your-app/ios-publication-complete-process/updating-an-app-in-the-app-store.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
