iPhone / iPad (iOS)

🚧

iPhone SDK and XCode Required

Follow the basic list of steps from Unity to get you started with building your first iOS app.

  1. Register for the Apple Developers program
  2. Download and install Xcode
  3. Create a Developer Provisioning Profile
917

Click on image to view larger

  1. Open the Starter Kit in Unity. If you haven't already, import NGUI in a new empty scene, not directly in the Game.unity scene (throws a few internal NGUI specific errors otherwise). Safer to apply this to 2dToolKit as well.

  2. Connect your iPhone to your Mac. If you haven't already, check that you've run a test app from Apple correctly on your iOS device and have your development profiles installed. (See how)

  3. In Unity, click File > Build Settings

  4. Click iOS in the Platforms list, and then the Build and Run button.

  5. Unity will build your game, launch Xcode, and install on your iOS device (Troubleshooting)

Watch: How to submit your Unity game to the iOS App Store