如何部署 iPhone 应用程序(无需 App Store)?
请原谅菜鸟问题。
我(使用 Unity)开发这个小应用程序已经有一段时间了。开发配置文件每 90 天过期。这就是生活。
现在我想将其提升到“下一个”水平,即“实际部署”。问题是:我真的不想在 App Store 中出售它。这是针对非常特定的目标受众(特定公司)的非常特定的应用程序。这不是一款游戏,也不是任何其他人会觉得有趣或有用的东西,它只与这家公司的业务有关。
这是我的第一个 iPhone 应用程序,所以我不知道是否有不同类型的证书或配置文件或我应该使用的东西?或者我可以“发布”东西而不需要苹果公司的关心吗?如果确实要经过Apple,是否有“不是色情,不是游戏,不是有害,只是一些实用程序,请让一些人获取并使用它”之类的应用程序?
Please forgive the noob question.
I've been developing this little app (with Unity) for some time. The development profile expires every 90 days. That's life.
Now I want to take it to the 'next' level, which is 'actual deployment'. Here's the catch: I don't really want to sell this in the App Store. It's a very specific app for a very specific target audience (a particular company). It's not a game or anything anyone else would find fun or useful, it pertains only to this one company's business.
This is my first iPhone app, so I don't know, is there a different kind of cert or profile or something I should be using? Or can I 'publish' things without Apple needing to care? If it does have to go through Apple, is there a category of app like "not porn, not game, not harmful, just some utility, please let some people get it and use it"?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可能需要的是您要销售的企业的企业帐户(您可以在此处注册:http://developer.apple.com/programs/ios/enterprise/)。使用企业帐户,您可以通过无线方式向组织成员分发内部应用程序。这是唯一官方认可的无需应用程序商店即可将“永久”应用程序安装到手机上的方法。
What you probably need is an Enterprise account for the business to which you're selling (you can sign up here: http://developer.apple.com/programs/ios/enterprise/). With an Enterprise account, you can distribute in-house apps over the air to members of the organization. That's the only officially-sanctioned way to get "permanent" apps onto a phone without the app store.
希望这有帮助!
http: //adeem.me/blog/2009/04/24/tutorial-list-guideline-for-building-ad-hoc-application-for-iphone/
Hope this helps!!
http://adeem.me/blog/2009/04/24/tutorial-list-guideline-for-building-ad-hoc-application-for-iphone/
我见过有人用临时二进制文件出售规定。虽然苹果不喜欢这样,但它确实规避了他们的削减。他们可能会撤销您的开发权。由你决定。
I've seen people selling provisions with ad hoc binaries. Apple doesn't like that though, but it does circumvent their cut. They might revoke your developing rights. Up to you.