Make iPhone App for my Clients

The process of making an iPhone app is not fully automated.

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

The communication with your client will start when they send you their project files. Explained here.

You or your clients should have an Apple Developer Account ( 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

Your client should send you an email with the app ID.

Upload app

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.

Create a new app in your iTunes connect portal.

Take screenshots

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

Upload screenshots

Upload the screenshot in iTunes Connect. Check different requirements.

Submit the app for review.

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

Last updated