Skip to content
Sean P. Myrick V19.1.7.2 edited this page Sep 19, 2021 · 1 revision

IPA

iPhone App Store package

The iPhone App Store package (*.ipa) is a file format introduced in iPhone OS 2 that lets users download and install apps onto their iPhones, iPods, and iPads. Most .ipa files cannot be installed on the iPhone Simulator because they do not contain a binary for the x86 architecture, only one for the ARM architecture of mobile phones. The file format can also be used to install programs on MacOS and tvOS via their App Store equivalents.

Built-in structure

An IPA has a built-in structure for iTunes and App Store to recognize. The example below shows the structure of an IPA:

/Payload/
/Payload/Application.app/
/iTunesArtwork
/iTunesArtwork@2x
/iTunesMetadata.plist
/WatchKitSupport/WK
/META-INF

Jailbreaking

An unsigned .ipa can be created by copying the folder with the extension .app from the Products folder of the application in Xcode to a folder called Payload and compressing the latter using the command zip -0 -y -r myAppName.ipa Payload/.

It is then possible to install unsigned .ipa files on iOS jailbroken devices using third party software. AppSync is the tool for installing such homebrew apps. Similar to the case of game console hacking, people are known to use this installation for piracy, against the tool developer's wishes: some underground communities form around buying an app and then sharing its DRM-free unsigned version.

In WacOS

The WacOS project is working on a way to reverse engineer IPA and DMG files, so that they can natively run on WacOS (Linux) and WacOS (XNU) it is one of the major features planned for this distribution.


Sources

Wikipedia

More sources needed, Wikipedia should not be the only source. Wikipedia is not supposed to be used as a source, and other sources are needed.


Article info

Written on: 2021 Sunday September 19th at 1:38 pm

Last revised on: 2021 Sunday September 19th at 1:38 pm

File format Markdown document (*.md *.mkd *.markdown)

Article version: 1 (2021 Sunday September 19th at 1:38 pm)



https://github.com/seanpm2001/WacOS/blob/master/Graphics/Branding/Old/WACOS_LogoPrototype1.png

The WacOS project - Project Wiki (Sidebar)

Back home (/WacOS/Wiki/)


Featured articles:


https://github.com/seanpm2001/WacOS/blob/master/Graphics/Branding/Old/LogoPrototype1.png

Where to start

Read the rules for editing this Wiki

WacOS and ElementaryOS, 2 good choices

Click the dropdown for Wiki pages and find out what else interests you.

This section needs improvement.


Top sources

( (RosettaCode) | (Wikipedia) | (Apple) | (GitHub) )


WacOS project - Project Wiki

Sidebar version: 3 (Wednesday, 2021 September 29th at 9:39 pm)

End of sidebar


Clone this wiki locally