Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Whenever i download any application from iTunes the file extension is .ipa .

I already know that this is a zip file which contains some plist info & it is meant for iPhone,iPod.

I am wondering what is the full name of this ipa?

share|improve this question
1  
I think it's something like iPhone Application. I don't think it's really something that's commonly worried about :P I mean, I thought all those stupid certificates were enough... – Aurum Aquila Feb 10 '11 at 10:34
This is off topic. This belongs on Apple.SE or Superuser. This is not at all programming related. EDIT: I've asked this question on Apple.SE. – Moshe Oct 2 '11 at 19:41

closed as off topic by Moshe, ghoppe, Fosco, Jim Puls, Adam Davis Oct 3 '11 at 1:42

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

3 Answers

.ipa - iPhone Application Archive

An .ipa file is an iPhone application archive file which stores an iPhone app. It is usually encrypted with Apple's FairPlay DRM technology. Each .ipa file is compressed with a binary for the ARM architecture and can only be installed on an iPhone, iPod Touch, or iPad. Files with the .ipa extension can be uncompressed by changing the extension to .zip and unzipping. .ipa files cannot be installed on the iPhone Simulator because they do not contain a binary for the x86 architecture.

Source: http://en.wikipedia.org/wiki/.ipa_(file_extension)

share|improve this answer

It is an Iphone/Ipod Application

share|improve this answer

ipa files are archive/zipped files for iphone apps. See description here:

share|improve this answer

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