preface

At the early stage, there were many ways to obtain the IPA installation package of an App, such as through iTunes, Ace Assistant and other third-party mobile phone assistants. At present, these methods are no longer feasible. If we want to get resources from other companies’ apps, we can learn and improve ourselves in this way.

Define 1 concept:

  • Ipa package, iOS application package suffix named IPA, is essentially a compressed package

The preparatory work

  • software

    • Apple Configurator 2: Download the required apps using this software

  • Cartool: Used to decompress the resource file, namely the Assets. Car file.

practice

  • Open the Apple Configurator 2 software, connect our phone to the computer, and enter our AppleID. You should see the following screen:

Note: The IPA for the application you want must be installed on your phone. Here we take the car emperor as an example.

  • So let’s say Add, App

  • In the screen that appears, search for understand car emperor, select, Add

  • The selected App will be downloaded for us

  • ** Key points: ** After downloading, the following interface will pop up, do not operate at this time! , do not operate anything at this time! , ** Do not operate anything at this time! ** Pop up this interface indicates that the App has been downloaded to our disk, the next step is to find it.

  • Download path:~/Library/Group Containers/K36BKF7T3D.group.com.apple.configurator/Library/Caches/Assets/TemporaryItems/MobileApps

Don’t lose the tilde!! , all the way down, you can find the car king XXX. ipa. Just copy the IPA.

  • Go back to the Apple Configurator 2 application and hit Stop.

  • Find our copy of.ipa, rename it.zip, and unzip it. Go to Playload, right mouse button to display package contents.

  • The asset files of the master are in Assets. Car. Open the cartool and drag Assets. Car inside to decompress.

Learn as much as you can at this point.