在不使用 App-Store 的情况下创建 IOS 个应用程序

Create an IOS application without using App-Store

我想为公司同事创建一个IPhone应用程序。

这个应用不应该是public,所以我不想把它上传到App-Store。 Apple 可能会从商店拒绝我的应用程序,因为它可能不符合应用程序评论:https://developer.apple.com/app-store/review/

怎么可能?

您可以使用 Apple Enterprise Development 分发您的应用程序program.Please查看更多详细信息link:https://developer.apple.com/programs/ios/enterprise/

您也可以尝试 Ad-Hoc 分发:

https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/TestingYouriOSApp/TestingYouriOSApp.html#//apple_ref/doc/uid/TP40012582-CH8-SW4

如果您拥有 Apple Developer License,您可以使用 TestFlight / iTunes Connect 的预发布功能,请参见此处:

  • 创建存档
  • 为临时开发导出
  • 通过使用 testflightapp.com
  • 上传来分发

它也不需要 Distribution Profile,但是 Developer Profile 是必需的

当我的公司要求我开发一些我们可以用来将我们的应用程序分发给客户进行测试的东西时,他们告诉我我们不能使用 TestflightApp (Before Apple purchased it) so I developed our own in-house distribution service. As long as you have a server setup its super easy to put it all together here is the Apple Documentation for creating your own Over the air distribution service or OTA. Otherwise if you don't want to or don't feel the need to I'd recommend just using Apples pre-release service Testflight which can be accessed through iTunesconnect OR you could use the still active (but owned by Apple) the original TestflightApp,尽管 Apple 可以随时打开开关因为他们现在在 iTunesconnect 中有这个版本。