Skip to content

Instantly share code, notes, and snippets.

@JaosnHsieh
Created April 21, 2023 22:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JaosnHsieh/95686ec3b420983c010cf37165f6493e to your computer and use it in GitHub Desktop.
Save JaosnHsieh/95686ec3b420983c010cf37165f6493e to your computer and use it in GitHub Desktop.
ipatool that able to download ipa file on macos to see more details of a public iOS app

ipatool

https://github.com/majd/ipatool

brew tap majd/repo

brew install ipatool

ipatool auth login -e {youremail@example.com} -p {yourpassword}

ipatool search "{yoursearchkeyword}" and copy the bundleId from the replied json

ipatool download -b "{copiedBundleId}"

Modify the *.ipa to *.zip and uncompress it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment