Skip to content

Quick start in README #365

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,19 @@

`ipatool` is a command line tool that allows you to search for iOS apps on the [App Store](https://apps.apple.com) and download a copy of the app package, known as an _ipa_ file.

![Demo](./demo.gif)

First login with your Apple ID.

ipatool auth login -e you@example.com

Find the application with a query.

ipatool search --limit 1 TestFlight

Use the `"id"` property from the `search` output to retrieve the ipa file.

ipatool download -i 899247664 -o TestFlight.ipa


- [Requirements](#requirements)
- [Installation](#installation)
Expand Down
Binary file removed demo.gif
Binary file not shown.