Corona Enterprise — iOS Setup

This guide will walk you through setting up your native development environment such that it's optimized for integration with Corona Enterprise.

Installing Xcode

To develop native iOS applications, you'll need to install Xcode, available from the Mac App Store or for direct download. If you already have Xcode installed, be sure you've updated to the latest version.

Account Integration

After downloading and installing Xcode, you'll need an Apple Developer account in order to test your projects on devices. If you don't already have an account, you can begin the process here.

Once you've established your account, you'll need to integrate it with Xcode. This process is outlined here.

Setup Verification

If your iOS development environment is working correctly, you should be able to:

  1. Build a native iOS sample project such as MyLife. Altenatively, you should able to create a new project from Xcode.

  2. Deploy and run the sample on your device.