> For the complete documentation index, see [llms.txt](https://docs.blup.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blup.in/wiki/publish-to-stores-ship/ios-cloud-build.md).

# iOS Cloud Build 😮‍💨

This section discusses how to ship your app to the App Store. The process is very simple & straightforward.

There are two steps involved in it:

1. &#x20;Configure the details. [Configure ⚙️](/wiki/publish-to-stores-ship/ios-cloud-build/configure.md)
2. &#x20;Run the build. [Run ▶️](/wiki/publish-to-stores-ship/ios-cloud-build/run.md)

Distributing your app on the App Store has never been easier! Whether you're using Windows, Linux, or Mac, you can now ship your app seamlessly with our iOS Cloud Build feature. This process is designed to be as straightforward as possible, ensuring that developers of all experience levels can get their apps onto the App Store without a hitch. 📲

**Why Use iOS Cloud Build?**

Our iOS Cloud Build service is perfect for developers who want a hassle-free way to distribute their apps. By utilizing our cloud-based tools, you can focus more on what you do best—creating amazing apps—while we handle the complexities of the build and distribution process. 🌐

**The Simple Two-Step Process 🚀**

There are just two main steps to follow when using our iOS Cloud Build service:

1. **Configure the Details** ⚙️
   * The first step involves configuring your app's details. This includes setting up your app's metadata, such as its name, version number, and other essential information required by the App Store. You can easily do this through our intuitive interface. For more detailed instructions, check out our [configuration guide](https://docs.blup.in/wiki/publish-to-stores-ship/ios-cloud-build/configure).
2. **Run the Build** ▶️
   * Once you’ve configured all the necessary details, the next step is to run the build. This is where our cloud service shines. With just a few clicks, you can initiate the build process, and our powerful cloud servers will take care of the rest. From compiling your code to generating the final app package, everything is handled swiftly and efficiently. For a step-by-step guide, see our [build run instructions](https://docs.blup.in/wiki/publish-to-stores-ship/ios-cloud-build/run).


---

# 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.blup.in/wiki/publish-to-stores-ship/ios-cloud-build.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.
