Disclaimer: I have not actually built with Corona for Enterprise, just handled other peoples Enterprise builds.
Anyhow, when you build with Corona for iOS, you need the provisioning profile. As far as I understand, this can be any of main kinds: adhoc, appstore or enterprise. You just import them to XCode by doubleclicking and then select the right profile in Corona build menu. I think that should embed your binary with the profile
So if I’d try to do it
- Create App Id in Enterprise profile (note! can’t be same as your appstore AppId)
- Create certificates & private keys in Enterprise profile
- Create provisioning profile in Enterprise profile
- Download and import enterprise certificate and make sure both cert&private key are in default keyring
- Import provisioning profile to XCode and make sure it shows as valid
- Build with Corona and select the enterprise provisioning profile
Remember to name things _appstore, _adhoc and _enterprise so you know them apart! [import]uid: 46570 topic_id: 36365 reply_id: 144555[/import]