Skip to content
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

ERR error="unknown shorthand flag: 'i' in -i" #282

Open
kiristern opened this issue Jul 9, 2024 · 1 comment
Open

ERR error="unknown shorthand flag: 'i' in -i" #282

kiristern opened this issue Jul 9, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@kiristern
Copy link

What happened?

is the flag --app-id supposed to point to <key>softwareVersionExternalIdentifiers</key> ?

I am trying to download a specific app version using the Build version number (obtained in iTunesMetadata.plist, see here for finding previous version IDs). However, only the flag -b is available to specify for download. Is it possible to override with -i flag to retrieve the .ipa of a specific version?

Hoping this would also solve this issue at the same time.

Version

2.1.4

Relevant log output

$ ipatool download -i 865924040
3:33PM ERR error="unknown shorthand flag: 'i' in -i" success=false

$ ipatool download --app-id 865924040 -b com.tribab.tricount.test 
3:46PM ERR error="unknown flag: --app-id"
@kiristern kiristern added the bug Something isn't working label Jul 9, 2024
@mfuhrer
Copy link

mfuhrer commented Aug 18, 2024

This feature was added in #263 (after the v2.1.4 release). Have you tried building from the latest source code?

$ go build -o ipatool
$ ipatool download -i 865924040
downloading   0% | 
2:59PM ERR error="received error: An unknown error has occurred" success=false

For me, the flag works - but I then run into the download error (not specific to your app id) which is probably a separate issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants