iOS 应用程序是否有像 Android 的 APK 这样的文件?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/32214784/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Does iOS apps have a file like Android's APK?
提问by andy
Android apps have a singleAPK file where I can easily import from my computer to my device and install it. I believe that iOS has ipa files but do they behave exactly like Android's APK files where I can send it to people and have them install the ipa file onto their idevice?
Android应用程序有一个单一的APK文件,我可以很容易地从我的计算机中导入到我的设备并安装它。我相信 iOS 有 ipa 文件,但它们的行为是否与 Android 的 APK 文件完全一样,我可以将其发送给人们并让他们将 ipa 文件安装到他们的 idevice 上?
Thanks
谢谢
采纳答案by Gruntcakes
You can send the .ipa to people and they can install it just like a apk provided:
您可以将 .ipa 发送给人们,他们可以像提供的 apk 一样安装它:
a) the recipient's iPhone device id has been added to the provisioning profile, there is a limit of 100 devices or
a) 收件人的 iPhone 设备 ID 已添加到配置文件中,限制为 100 台设备或
b) its an enterprise app as opposed to one intended to go on the app store
b)它是一个企业应用程序,而不是打算在应用程序商店中使用的应用程序
回答by Nishant Gupta
Yes their is another file format of iOS app
是的,他们是 iOS 应用程序的另一种文件格式
It is app_name.app file which create to build your app.
它是 app_name.app 文件,用于构建您的应用程序。
i m also prefer .app file its very easy and fast.
我也更喜欢 .app 文件,它非常简单快捷。
Product -> Clicked on Build
产品 -> 点击构建
Now see in your app product folder have .app file
现在在您的应用产品文件夹中看到有 .app 文件