# 14. 获取 ipa 包三种姿势

**作者**: [Lefe\_x](https://weibo.com/u/5953150140)

以前获取一个应用的 ipa 包轻而易举，然而今天想获取一个 ipa 包，如果没有适当的方法，非常费劲。今天我们就聊聊如何获取 ipa 包，下面这三种方式都经过亲自验证，可能由于不同环境会出现异常，若遇到问题可以到【知识小集】公众号留言。如果你有更好的方式，不妨分享出来。

## 方式一：iTunes

苹果既然在高版本的 iTunes 取消了获取 ipa 包的入口，那我们就想办法降级处理。需要下载[低版本的 iTunes](http://secure-appldnld.apple.com/itunes12/091-33628-20170922-EF8F0FE4-9FEF-11E7-B113-91CF9A97A551/iTunes12.6.3.dmg)。

下载完后，安装，第一次启动的时候按住 option 键，这样才不会报错，安装完成后，即可下载应用的 ipa 包。下载完成后，在应用的图标上按右键，show in finder 即可找到 ipa 包。

![](/files/-LUYjnRk0ZQm3MqxpC0K)

## 方式二：pp助手

电脑安装一个 pp助手客户端，直接下载越狱应用，下载完成后，即可在“本地应用”中找打 APP 的 ipa 包。需要强调一点，这种方式下载的应用是解密后的 ipa。

![](/files/-LUYjnRmhDVz9nJ1u13n)

## 方式三：抓包

在 Mac 中的 iTunes 中下载应用，通过 `Charles` 抓包获取到 ipa 包的下载地址，直接在浏览器中下载，下载地址是在 `p52-buy.itunes` 这个域名下。

![](/files/-LUYjnRoDasNvo8mB_Bl)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://awesome-tips.gitbook.io/ios/qi-ta/content-13.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
