Skip to content

Instantly share code, notes, and snippets.

@spawn9275
spawn9275 / get_ipa.py
Created May 23, 2022 20:46
This let's you download an IPA via Apple's App Store API, on Linux.
import requests
import xmltodict
import wget
import glob
# Replace with your email and password
email = None
password = None
MAC = 'XX:XX:XX:XX:XX:XX' # Replace with MAC address from your iPhone