1

Just curious, if I compile an app configured for enterprise distribution can I simply drag and drop the IPA built into iTunes then install it on an iDevice?

meds
  • 21,699
  • 37
  • 163
  • 314

2 Answers2

2

Yes, you can also set it up for wireless distribution. This is assumping you know how to build and code sign it with the correct provisioning profile. See this question for info on how to distribute it wirelessly.

iOS 4: wireless app distribution for in-house applications

Community
  • 1
  • 1
Nick
  • 351
  • 1
  • 8
2

Definitely possible. That used to be the regular way, until OTA came along in iOS 4.0. The app can be mailed to the user, or can be downloaded by her from intranet portal, which is then copied to iTunes and synced like an app store app.

Vin
  • 10,517
  • 10
  • 58
  • 71