Skip to content

Instantly share code, notes, and snippets.

@startergo
Last active July 1, 2023 21:02
Show Gist options
  • Save startergo/3c0bb771adf1904014a193ba75333bcb to your computer and use it in GitHub Desktop.
Save startergo/3c0bb771adf1904014a193ba75333bcb to your computer and use it in GitHub Desktop.
IPA Tool

IPA Tool

  • Login to Apple Store:
ipatool auth login -e [EMAIL] -p [PASSWORD][CODE]
  • Search for an application:
ipatool search  "Merge VM Pro"

INF apps=[{"bundleID":"com.nicksilverstein.MergeVM","id":1598053029,"name":"Merge VM Professional","price":99.99,"version":"23.6.12"}] count=1
  • Download the IPA (purchased) from the AppStore:
ipatool download -b "com.nicksilverstein.MergeVM"

INF output=/Users/mbp151/com.nicksilverstein.MergeVM_1598053029_23.6.12.ipa success=true 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment