Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ipatool-2.2.0-macos-amd64.tar.gz | 2025-06-10 | 7.6 MB | |
ipatool-2.2.0-macos-amd64.tar.gz.sha256sum | 2025-06-10 | 65 Bytes | |
ipatool-2.2.0-macos-arm64.tar.gz | 2025-06-10 | 7.1 MB | |
ipatool-2.2.0-macos-arm64.tar.gz.sha256sum | 2025-06-10 | 65 Bytes | |
ipatool-2.2.0-linux-amd64.tar.gz | 2025-06-10 | 7.7 MB | |
ipatool-2.2.0-linux-amd64.tar.gz.sha256sum | 2025-06-10 | 65 Bytes | |
ipatool-2.2.0-linux-arm64.tar.gz | 2025-06-10 | 7.2 MB | |
ipatool-2.2.0-linux-arm64.tar.gz.sha256sum | 2025-06-10 | 65 Bytes | |
ipatool-2.2.0-windows-amd64.tar.gz | 2025-06-10 | 7.5 MB | |
ipatool-2.2.0-windows-amd64.tar.gz.sha256sum | 2025-06-10 | 65 Bytes | |
ipatool-2.2.0-windows-arm64.tar.gz | 2025-06-10 | 7.0 MB | |
ipatool-2.2.0-windows-arm64.tar.gz.sha256sum | 2025-06-10 | 65 Bytes | |
README.md | 2025-06-09 | 1.6 kB | |
v2.2.0 source code.tar.gz | 2025-06-09 | 710.4 kB | |
v2.2.0 source code.zip | 2025-06-09 | 748.1 kB | |
Totals: 15 Items | 45.5 MB | 29 |
Use Patreon if you value this project and would like to support it. ❤️
What's Changed
- Added support for downloading older versions of iOS apps using the newly introduced
external-version-id
flag in thedownload
command. - Added new command
list-versions
that lists all available versions of an app. - Added new command
get-version-metadata
that resolves theexternal-version-id
into display versions.
To download an older version of an app, use the following workflow:
-
List all available versions of an app:
$ ipatool list-versions --bundle-identifier com.apple.TestFlight INF bundleID=com.apple.TestFlight externalVersionIdentifiers=["630253062", ...] success=true
-
Resolve the display version of an app
$ ipatool get-version-metadata --bundle-identifier com.apple.TestFlight --external-version-id 630253062 INF displayVersion=0.8.0 externalVersionID=630253062 releaseDate=2014-07-23T19:48:08Z success=true
-
Download the old version of the app
$ ipatool download -b com.apple.TestFlight --external-version-id 630253062 INF output=.../com.apple.TestFlight_899247664_0.8.0.ipa success=true
New Contributors
- @koraytutuncu made their first contribution in https://github.com/majd/ipatool/pull/370
- @compact made their first contribution in https://github.com/majd/ipatool/pull/367
- @SoCuul made their first contribution in https://github.com/majd/ipatool/pull/350
Full Changelog: https://github.com/majd/ipatool/compare/v2.1.6...v2.2.0