Yes, you will need an Apple Developer License. You will need to create a developer certificate and a distribution certificate * through the Apple Provisioning Portal. To access this portal, you have to have a paid developer login.
Now once you’re on the portal, you’ve created your certificate, next you need to create an Application ID or AppID… You also need to add the device ID’s that you want your non-store builds to run on. You add these devices through this same portal.
Then you have to create a provisioning profile. This kind of combines the certificate and devices with the AppID (in an over simplified description). You download this profile to a special place on your local hard drive and Corona SDK will use it to determine where your app is allowed to run.
There are three types of provisioning profiles: Development, Ad Hoc Distribution and Store Distribution.
For development and Ad Hoc, the builds will only run on the devices listed in the profile it’s built with. Store distribution doesn’t include devices so that anyone can buy it and run it.
Hope this helps [import]uid: 19626 topic_id: 31029 reply_id: 124090[/import]