ipa 获取方式

一些场景下,我们需要获取 ipa 安装包。

通常可以用 Apple Configurator 2 获得。

如果是非 macOS 系统,需要略懂一点技术。


ipatool

  • 支持的操作系统(Windows、Linux 或 macOS)
  • 有 Apple ID 可以使用 App Store

同时满足上面👆2个 条件,就能愉快玩耍。

2026-03-24_18-52

运行时报错不要慌,在官方issues上有答案。

# 登录账户
ipatool auth login -e your-account -p your-password
# 搜索 app
ipatool search --limit 1 app-name
# 购买 app
ipatool purchase -b bundle-id
# 下载 ipa
ipatool download -i app-id -b bundle-id

Asspp

如果想在手机上操作,也可以使用 Asspp。

Asspp

具体操作方式,参考README

使用 Asspp 的优势,可以同时切换多个 Apple ID

另外也可以使用 App Store IPA 在线下载工具


Ref