IOS Enterprise development In-house Distribution

I have developed an app using my IOS enterprise developer certificates, etc an need to make it available for download and install from an internal website site. I have gotten to the point where corona produces a .ipa file, but everything I read on the apple support sites indicates I need a .plist file as well. Can anyone assist? 

Thanks in advance!

The Corona SDK build process will make your Info.plist for you.

Rob, thanks. Where does it place the file? When I build it creates the .ipa, but I don’t see the .Plist.

You have to unpack the file and inside the .app bundle/folder will have the Info.plist in it. Since it’s in the app bundle, I don’t know why you need to have it externally.

Rob

. Got it thank you. You have to have the P list as well as the IPA file in the same directory as the HTML in order to allow an in-house distribution.

Uploaded a summary of what is required to accomplish this in a separate posting “In-house distribution (website) for IOS and Android” including examples of the requisite index.html, manifest.plist, and web.config files. Works like a champ!

The Corona SDK build process will make your Info.plist for you.

Rob, thanks. Where does it place the file? When I build it creates the .ipa, but I don’t see the .Plist.

You have to unpack the file and inside the .app bundle/folder will have the Info.plist in it. Since it’s in the app bundle, I don’t know why you need to have it externally.

Rob

. Got it thank you. You have to have the P list as well as the IPA file in the same directory as the HTML in order to allow an in-house distribution.

Uploaded a summary of what is required to accomplish this in a separate posting “In-house distribution (website) for IOS and Android” including examples of the requisite index.html, manifest.plist, and web.config files. Works like a champ!