# Make iPhone App for my Clients

The process of making an iPhone app is not fully automated.&#x20;

At the moment there is no way to fully automated the process of uploading and submitting an iPhone app to Apple for your clients.&#x20;

The communication with your client will start when they send you their project files. Explained [here](https://mobidonia.gitbook.io/appmaker-docs/publishing-and-updating/submit-app-for-creation).&#x20;

You or your clients should have an [Apple Developer Account](https://developer.apple.com/programs/enroll/) ( 99$/year)

**Your job will be to**

1. Build the app
2. Upload app
3. Take screenshots
4. Upload screenshots
5. Submit app for review

#### Build the App <a href="#build-the-app" id="build-the-app"></a>

Your client should send you an email with the app ID.&#x20;

#### Upload app <a href="#upload-app" id="upload-app"></a>

Next, in terminal run

`cd Mobile App`

`expo bi`

`expo ui`

This script will as you question how you want to publish the iPhone app, on what account. Do this in collaboration with your client.&#x20;

Create a new app in your iTunes connect portal.

#### Take screenshots <a href="#take-screenshots" id="take-screenshots"></a>

To take screenshot, you can use the in browser preview to take screenshots. There we have options to correct the screens to correct dimensions.&#x20;

#### Upload screenshots <a href="#upload-screenshots" id="upload-screenshots"></a>

Upload the screenshot in iTunes Connect. Check different requirements.

#### Submit the app for review.  <a href="#submit-the-app-for-review" id="submit-the-app-for-review"></a>

After you have put all the descriptions, and screenshots you will be able to submit the app for review.


---

# 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://mobidonia.gitbook.io/react-app-builder/advance-configurations/make-iphone-app-for-my-clients.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.
