disfordottie / insaneAppPurchaser

Purchase iOS apps in bulk
GNU General Public License v3.0
121 stars 11 forks source link
appstore ios

Insane iOS App Purchaser

A script to purchase apps in bulk.

Why on earth would this be useful?

Apps are frequently removed from the appstore. Hence my thinking was, if I can purchase as many apps as possible, whenever an app is removed I can go download it later from my purchase list.

Star History

Star History Chart

To Do

Usage

Help! I just want it to open!

  1. Type chmod -R +x then drag the downloaded script file onto your terminal window and press enter.
    • Example: chmod -R +x ~/Desktop/Insane-iOS-App-Purchaser.sh
  2. Then drag the file onto your terminal window again and press enter.
    • Example: ~/Desktop/Insane-iOS-App-Purchaser.sh

Using your own list

Plase a file named "bundleIds.txt" in the same file as the script.

Using existing lists

  1. Press 2 on the main menu
  2. Select the list you would like to use

Help! I'm getting an error loading the lists!

Obtaining Bundle ID's

As of 1.1 you can now use the built in lists! Some Examples include:

Another script I've made hase multiple ways to get Bundle ID's: Insane App Converter

Credits

majd for making ipatool which is what makes this script possible.