如何创建可以在没有 Apple Store 的情况下安装的 IOS 应用程序?

How to create an IOS app that could install without the Apple Store?

我在互联网上发现一些应用程序不是通过 Apple Store 安装我的 phone。当我在网站上单击 "Download App" 时,它会自动安装在 phone 上。我想知道为什么这种方式适用于 Apple Security。

请给我一个理由。 ^_^

阅读这篇文章: http://mobiledan.net/2012/03/02/5-options-for-distributing-ios-apps-to-a-limited-audience-legally/

您可以使用 iOS 开发人员企业计划 -- 内部应用程序分发来做您想做的事。

使用企业帐户编译您的应用程序 -> 上传到第三方网站 http://www.diawi.com 并与其他人分享生成的 link

购买企业帐户(299 美元)或简单地创建 ipa 并在 TestFlight 上共享,但您仍然需要开发者帐户(99 美元)。在开发者帐户中,您只能注册 100 台设备,因此您无法将 ipa 发送给许多用户。在您的情况下,企业帐户更好。这是你的选择。

如果您不了解构建类型,那么让我告诉您有 3 种类型的 iOS ipa 文件可以 运行 iPhone

1-Developer Mode 
2-AdHoc Distribution
3-App Store Submission 

Developer Mode: it will only run on debugging device

AdHoc : two types of this build

i) Simple account:

for this build you have to add your mobile Udid into the provisioning profile it will only run on that device whose udid is included in the profile.

ii) Premium account:

for this build you don't have to do any thing it will run on every device without adding its udid to provisioning profile.

App Store Submission : for submitting to apple store you have to make this type of build.

//udid means your mobile device id.

你是对的, 部分应用无需通过APP-Store

Apple 有两种类型的开发者帐户,

如果您选择“Enterprise Program”(需要支付更多费用),并且您必须创建 Ad-HOC 应用程序并上传到 3rd 方服务器,然后您可以从那里下载它。