> For the complete documentation index, see [llms.txt](https://en.docs.monaca.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://en.docs.monaca.io/products_guide/monaca_ide/deploy/appstore.md).

# App Store Distribution

Before publishing iOS apps to the App Store, your app needs to be reviewed and accepted by Apple. You can upload your app to the App store Connect, where you can also edit your app's description and metadata and view the money it has earned. Once your app is submitted, you will need to wait for the review from Apple. Apple will check if your app is eligible or qualified to be in the App Store. Usually the review takes about two weeks.&#x20;

{% content-ref url="/pages/-MfWeAfQSc6JQ--f937t" %}
[App Store Connect Guide](/products_guide/monaca_ide/deploy/appstore/app_store_connect.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MfWeAhr8JR-51pd3SQD" %}
[iOS App Upload Feature](/products_guide/monaca_ide/deploy/appstore/app_submission.md)
{% endcontent-ref %}


---

# 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:

```
GET https://en.docs.monaca.io/products_guide/monaca_ide/deploy/appstore.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.
