Skip to content

Instantly share code, notes, and snippets.

Download .ipa files removed from purchased tab.

Due to unknown reasons, apps you had previously purchased can no longer be downloaded from the App Store or iTunes. However, it turns out these applications can still be accessed using iMazing's app downloading feature. This is because iMazing downloads apps using a different endpoint from what iTunes uses.

This app must be purchased on your Apple ID. You cannot just download any app ever made. Apple only lets you download apps you had bought or downloaded in the past.

Requirements for this tutorial:

  • iMazing (Windows or Mac)
  • Plist editor (ProperTree is free and cross platform, requires Python)
@minif
minif / copy
Created February 16, 2017 03:17
Minif OS v1.0 pre-alpha
if fs.exists("Library") then
fs.delete("Library")
fs.copy("disk/Library", "Library")
else
fs.copy("disk/Library", "Library")
end
if fs.exists("startup") then
fs.delete("startup")
fs.copy("disk/startup", "startup")