>Preparing an Enterprise App for Wireless Distribution > >To prepare your enterprise app for wireless distribution, you build an archived ver>sion in the form of a .ipa file, and a manifest file that enables wireless distribution and installation of the app. > >In Xcode, you create an app archive using the “Build > Build and Archive” command. Then, in the Archived Applications source in Xcode’s Organizer, select the app and click the “Share Application…” button. Then click the “Distribute for Enterprise…” button. You’ll be asked to provide information for the manifest file that Xcode creates. For information about the manifest file, see below. For more information about building and provisioning apps, visit the iOS Dev Center.
With that said, how do I achieve this using titanium?
1 Answer
Well, all of this is in the documentation, but the short of it is, select Distribution > iPhone Device from Studio and the app will install into iTunes. Once there, you have an .ipa that can be used for ad-hoc wireless distribution.
Your Answer
Think you can help? Login to answer this question!