I have an in-house iPhone app. Developed about a year and a half ago. Up until now, I'd ship it to users as an ZIP-archived app bundle, instructing them to unzip, add to iTunes library and sync.

Now, there's this fancy new IPA file format that simplifies this process considerably. Question - what are the prerequisites for its support? Does it require a specific version of iOS or iTunes? If yes, which version?

Preempting the questions - yes, we do support over-the-air installation. iTunes-based installation has to stay for the sake of remaining iOS 3.x users.

link|improve this question

69% accept rate
feedback

1 Answer

up vote 4 down vote accepted

It shouldn't, as:

  1. An IPA file is merely a ZIP file with a different extension
  2. iTunes has been using IPA files for apps since the App Store first launched
link|improve this answer
Are you sure on the second point? IPA generation only appeared in rather recent versions of Xcode... – Seva Alekseyev Feb 23 '11 at 17:25
@Seva: that's true, but apps downloaded from the App Store have always been IPA. – Can Berk Güder Feb 23 '11 at 17:29
1  
Um-kay. Accepted ;) – Seva Alekseyev Feb 23 '11 at 17:35
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.