Skip to content
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
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ Usage:
Flags:
-i, --app-id int ID of the target iOS app (required)
-b, --bundle-identifier string The bundle identifier of the target iOS app (overrides the app ID)
--all-versions Download all available versions of the target iOS app
--external-version-id string External version identifier of the target iOS app (defaults to latest version when not specified)
-h, --help help for download
-o, --output string The destination path of the downloaded app package
Expand All @@ -141,6 +142,8 @@ Global Flags:
--verbose enables verbose logs
```

When using `download --all-versions`, the command retrieves every available version identifier and issues a download request for each one. To avoid risking your main Apple Account with that volume of private API traffic, prefer a secondary account and point `--output` at a directory.

To resolve an external version identifier, returned by the `list-versions` command, use the `get-version-metadata` command.

```
Expand Down
Loading
Loading