> For the complete documentation index, see [llms.txt](https://mobidonia.gitbook.io/react-app-builder/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mobidonia.gitbook.io/react-app-builder/advance-configurations/make-iphone-app-for-my-clients.md).

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