Skip to content

Instantly share code, notes, and snippets.

@Suzhou65
Last active July 28, 2021 16:59
Show Gist options
  • Save Suzhou65/cd3aa1a70b8806acd0a52114107ceb3f to your computer and use it in GitHub Desktop.
Save Suzhou65/cd3aa1a70b8806acd0a52114107ceb3f to your computer and use it in GitHub Desktop.
Clone iOS Application Installer by Apple Configurator 2

Open Apple Configurator 2

  • Connect your iOS device
  • Login the Apple ID
  • Verify your iOS device
  • Click Add, selcect App
  • Select the Application you want

Apple Configurator 2 will start download it

  • After download complete, it will ask the next actions.
  • Don't click any options

Open Terminal

  • Select the temporary folder
cd ~/Library/Group\ Containers/K36BKF7T3D.group.com.apple.configurator/Library/Caches/Assets/MobileApps/
  • Check the temporary folder
ls
  • It should showing something like this:
92BF136A-62D2-4758-B1EC-2C252ED911AF
  • Select it and it's subfolder, using TAB to auto fill-in
cd 92BF136A-62D2-4758-B1EC-2C252ED911AF/1478990007/
ls
  • Now the Installer will show up
アークナイツ 3.0.01.ipa

Now just copy it

  • For example, to download folder
cp アークナイツ\ 3.0.01.ipa  ~/Downloads/
  • Go back to Apple Configurator 2
  • Click Cancel
  • The Installer and temporary folder will be delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment