ios - 在使用 libimobiledevice 之前退出 ios 应用程序
<p><p>在使用 <code>ideviceinstaller</code> 之前,我必须退出我的 iOS 应用程序吗?
我有一个来自本地构建服务器的 <code>.ipa</code> 文件,但我不拥有该代码。</p>
<p>是否可以使用 <a href="http://www.libimobiledevice.org/" rel="noreferrer noopener nofollow">libimobiledevice</a> 在我的 iOS 设备上安装它? ?</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>如果您设备的 <strong>UDID</strong> 位于用于为应用签名的配置文件中,那么您<strong>将能够</strong>安装它。否则,您必须使用具有您设备的 <strong>UDID</strong> 的配置文件对应用程序进行签名。</p>
<p>以下是检查是否包含您的 UDID 的方法:</p>
<p>解压ipa文件:</p>
<p> <img src="/image/4WQwg.png" alt="enter image description here"/> </p>
<p>浏览包内容:</p>
<p> <img src="/image/Lh8qP.png" alt="enter image description here"/> </p>
<p>查找 .mobileprovisionfile</p>
<p> <img src="/image/sDo3V.png" alt="enter image description here"/> </p>
<p>在文本编辑器中打开它并验证您的 UDID 是否在列表中。</p>
<p> <img src="/image/ikjSi.png" alt="enter image description here"/> </p></p>
<p style="font-size: 20px;">关于ios - 在使用 libimobiledevice 之前退出 ios 应用程序,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/22207832/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/22207832/
</a>
</p>
页:
[1]