At One Place

.ipa files

.ipa file
iOS Application Archive
An iPhone or iPad app package — installable only through Apple-sanctioned channels.

What opens a .ipa file

Windows
7-Zip (to inspect contents), iMazing (to install to a device)
macOS
Apple Configurator, iMazing, Archive Utility (built in, to inspect)
Linux
unzip (to inspect contents)

What a .ipa file is

An IPA is a ZIP archive containing a compiled iOS app bundle. Apple's code signing means you cannot simply double-click one to install it: it has to be delivered through the App Store, Apple Configurator, TestFlight, or an enterprise or developer signing profile. Renaming it to .zip lets you browse the contents, which is all a normal computer can usefully do with one.

Converting it

A .ipa file is commonly converted to .zip. It is a binary format, so a text editor will show unreadable characters rather than its contents.

Details

Extension
.ipa
Full name
iOS Application Archive
Category
Programs and installers
Created by
Apple
Format
Binary

Common questions

How do I open a .ipa file?
On Windows use 7-Zip (to inspect contents); on macOS use Apple Configurator; on Linux use unzip (to inspect contents). An iPhone or iPad app package — installable only through Apple-sanctioned channels.
What is a .ipa file?
iOS Application Archive. An IPA is a ZIP archive containing a compiled iOS app bundle. Apple's code signing means you cannot simply double-click one to install it: it has to be delivered through the App Store, Apple Configurator, TestFlight, or an enterprise or developer signing profile.
Can I convert a .ipa file?
Yes. It is usually converted to .zip, either by exporting from one of the programs listed above or with a format converter.

Related pages

Sources

  1. Media Types Registry — IANA
  2. Official vendor product documentation — At One Place

How these figures are compiled and checked