# App Store Distribution

{% hint style="info" %}
This feature is available with the Resign-Plan & Enterprise Plan
{% endhint %}

### Requirements:&#x20;

* An [App Store Connect Integration](https://docs.getupdraft.com/~/changes/hCUa1az9yKp7rsxQS8yk/dashboard/account/developer-accounts/app-store-connect-api) is configured
* Be an Owner or Admin
* You have already created an app within your Play Store Account
* have already created an app within your Play Store Account once

{% hint style="info" %}
iOS file is uploaded per default to Testflight only
{% endhint %}

## Upload to the App Store Connect with Updraft

To start uploading a build to the Appstore Connect, go to the Distribution page under *Apps* > *Distribution*.&#x20;

1. press on the green *Distribute*-dropdown on the top right and select *App Store.*&#x20;
2. Now you can select an App Store Integration, which you want to use to publish your build and then press on *Next.*&#x20;
3. The next step is to select the App which you want to distribute.&#x20;
4. Press on next and Updraft will check if your app exists on the App Store Connect portal. If Updraft found an App, you can proceed.&#x20;
5. Now to the fourth page. Here you have an overview with information. Select your build ( default is the newest ) and upload an [AppStoreInfo.plist](https://help.apple.com/xcode/mac/current/#/deva1f2ab5a2) file. If all info's are correct, you can proceed again.&#x20;
6. The last step is to press on the *Send Release-*&#x62;utton. With that, Updraft will upload the build to the App Store Connect portal.&#x20;

Great!&#x20;


---

# 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.getupdraft.com/your-projects/distribution/release-a-build/store/app-store-distribution.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.
