简体   繁体   English

为什么需要一个.ipa文件?

[英]Why do I need an .ipa file?

I'm using XCode 6.1.1, ios8 and MacOSX Yosemite. 我正在使用XCode 6.1.1,ios8和MacOSX Yosemite。

When I click "Run on device", all I seem to get is an .app file. 当我单击“在设备上运行”时,我似乎得到的只是一个.app文件。 It runs fine on the device. 它在设备上运行良好。 Why and when would I need an .ipa file? 为什么以及何时需要.ipa文件? You can direct me to relevant docs, I really cant seem to find any official, general info on this. 您可以将我定向至相关文档,我似乎真的找不到任何官方的常规信息。

An .ipa is an archive containing your .app. .ipa是包含您的.app的存档。 It's useful when you want to share your application to others. 当您想与他人共享您的应用程序时非常有用。

You can install an .ipa from Itunes for example, or by direct download from a server. 例如,您可以从Itunes安装.ipa,也可以从服务器直接下载。

Just to append. 只是要追加。 .app is not a file, but a Folder, which would be hard to distribute to the users, but all is said in previous comment. .app不是文件,而是文件夹,很难分发给用户,但所有内容均在前面的评论中提到。

More in wiki: http://en.wikipedia.org/wiki/.ipa_%28file_extension%29 Wiki中的更多信息: http : //en.wikipedia.org/wiki/.ipa_%28file_extension%29

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我是否需要签署IPA文件才能进入testflightapp.com? - Do I need to sign IPA file to get on testflightapp.com? 将IPA文件发送到Beta测试人员。 每次更改版本后都需要这样做吗? - Sending IPA file to Beta testers. Do I need to do this after every version change? 我需要为创建.IPA文件付费吗 - Do I have to pay for create .IPA file 为什么我们需要2个带有.ipa的.mobileprovision文件和1个在设备上的文件? - Why do we need 2 .mobileprovision files 1 with the .ipa and 1 on the device? 为什么我可以在浏览器堆栈中自动化.ipa 文件而不是模拟器 - Why i can automate .ipa file in browserstack but not simulator 如何在 Mac 上运行 Test Flight 应用程序或.ipa 文件 - How do I run Test Flight app or .ipa file on mac 如何将设备上的移动应用程序转换为 IPA 文件? - How do I convert a mobile app on my device into an IPA file? 我在哪里可以找到我需要在移动模拟器上测试的应用程序的 .ipa 文件? - Where can I find the .ipa file for an app I need to test on a mobile simulator? 在将新的UDID添加到供应配置文件后,我是否需要重建IPA? - After adding new UDIDs to provisioning profile, do I need to rebuild the IPA? 我需要在不使用 testflight 或 fabric 的情况下将我的 iPA 文件分享给测试人员 - i need to share my iPA file to the tester without using testflight or fabric
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM