A script to purchase apps in bulk.
Apple has altered the purchasing API in a way that means ipatool (a key component of this script) wont work.
Until ipatool is fixed this script will no longer work.
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.
- There is now a list of EVERY app on the appstore if your serious about making sure you keep access to them all (Press 2 on main menu)
- Automated ipatool installer
- Add settings menu
- Add Logs/Lists
-
- Do not purchase again: Successful purchases, already owned,
-
- Blocked apps for paid apps to not attempt then again on any account.
-
- Try again: various 1 time errors
- 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
- Then drag the file onto your terminal window again and press enter.
- Example:
~/Desktop/Insane-iOS-App-Purchaser.sh
Plase a file named "bundleIds.txt" in the same file as the script.
- It should be formatted the same as the following, one Bundle ID per line.
com.naturalmotion.clumsyninja
com.mediocre.smashhit
com.klgamesllc.escapechallenge
- Press 2 on the main menu
- Select the list you would like to use
Help! I'm getting an error loading the lists!
- First make sure you can access this link.
- If you can't, try manually downloading the list you want from the github, then use option 1 on the main menu.
As of 1.1 you can now use the built in lists! Some Examples include:
- Every iOS 3 - iOS 6 app
- Internal Apple Apps
Another script I've made hase multiple ways to get Bundle ID's: Insane App Converter
majd for making ipatool which is what makes this script possible.