> For the complete documentation index, see [llms.txt](https://docs.flipabit.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flipabit.dev/getting-started/publish-to-app-stores/submit-to-app-store.md).

# Submit to App Store

## 0. Export a Native IPA file for Apple

If you haven't already, read our guide on [exporting your app for iOS](https://app.gitbook.com/intro/export/export-to-ios.md).

## 1. Creating an iTunes Connect App

1.1. [Log into iTunes connect](https://itunesconnect.apple.com/) from your browser

2.1. Log into your [Apple Developer Account](https://developer.apple.com/account), navigate to Certificates, Identifiers, and Profiles

1.2. Click My Apps

![](/files/-MIxukQfiuzd5_b32ei7)

1.3. Click the "+", click New App

![](/files/-MIxukQgsF80ZoVsmRVf)

1.4. Fill out the required information and click Create

![](/files/-MIxukQkzBrOMZzOig1n)

## 2. Upload IPA File

2.1 Open Application Loader.

![](/files/-MIxukQhQvzBPMEwDAKK)

2.2. Click Deliver Your App and then click Choose and select your IPA file

![](/files/-MIxukQiQsn3SKCLI7cX)

2.3. Click Next and then click Done

![](/files/-MIxukQjxv2t5u56Bk6r)

## 3. Prepare App For Submission

3.1. Select your app in [iTunes Connect](https://itunesconnect.apple.com/)

3.2. Select category for your app and click Save

![](/files/-MIxukQlUWA6C316zNuL)

3.3. Click Pricing and Availability in the left-side menu and select pricing information and click Save

![](/files/-MIxukQmQN4P1LBlhtdc)

3.4. Click Prepare for Submission in the left-side menu and upload screenshots of your app

![](/files/-MIxukQn2VmjpC6VsNPi)

3.5. Fill Name, Description, Keywords and Support URL fields.

![](/files/-MIxukQoOFjnbrHavPdQ)

3.6. Scroll to the General App Information section and fill in all the required information

![](/files/-MIxukQpv1h8XGHYfZLB)

3.7. Click on the Edit button by the Rating to set the rating information

![](/files/-MIxukQqZgX97nZsi6W6)

3.8. Click Save

## 4. Select Build

4.1. Select your app in [iTunes Connect](https://itunesconnect.apple.com/)

4.2. Click Prepare for Submission in the left-side

4.3. Click + button to the right of the Build

![](/files/-MIxukQrLKjitY7LV5Yo)

4.4. Select your build uploaded in STEP 2

![](/files/-MIxukQs_4l_oTXi6p4-)

4.5. Click Save and then click Submit for Review


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.flipabit.dev/getting-started/publish-to-app-stores/submit-to-app-store.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
