简体   繁体   English

我应该如何将ios应用程序安装到公司的设备上?

[英]How should I install my ios app to devices in the company?

I want to write app for company where i'm working. 我想为我工作的公司写app。 It will work only with internal resources and only via authentication. 它仅适用于内部资源,仅通过身份验证。 How should staff install this app, when it will be done ? 工作人员应该如何安装这个应用程序? How usually people do that(for example ios soft for restaurants) ? 人们通常如何做到这一点(例如ios软餐厅)? I mean that should they use jailbreak for installing it ? 我的意思是他们应该使用越狱来安装吗? I think that apple won't add my app to repository because it won't have possibility to check it. 我认为苹果不会将我的应用程序添加到存储库,因为它无法检查它。

There are basically two different official iPhone application distribution methods that I am aware of: 我所知道的基本上有两种不同的官方 iPhone 应用程序分发方法

- Ad hoc - 特设

You can distribute applications using ad hoc without going through the app store, but you are limited to a maximum of 100 devices. 您可以使用ad hoc分发应用程序,而无需通过应用商店,但您最多只能使用100个设备。 With this method you can distribute you application from a web site, email, etc. You can upload the app by adding all the devices UDID you want to share the app on provision profile, then generate a link on testflightapp.com/ 使用此方法,您可以从网站,电子邮件等分发应用程序。您可以通过添加要在配置文件上共享应用程序的所有设备UDID来上载应用程序,然后在testflightapp.com/上生成链接

- Enterprise - 企业

The method is for internal distribution in companies with more than 500 employees. 该方法适用于员工人数超过500人的公司内部分配。 Apple does not provide any more public detail that I could find on this method. Apple没有提供我可以在此方法上找到的任何更多公开细节。

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

相关问题 我的iOS应用安装在多少设备上 - On how many devices my iOS app is installed 如何备份iOS企业应用程序并在多个设备上安装 - How to backup an iOS enterprise app and install on multiple devices 如何在在线门户中找到我的公司或应用程序信息? - How do I find my Company or App information in the online portals? 如何禁止 iOS 和 Android 设备登录我的应用程序 - How can I banned an iOS & Android devices from login to my app 如何了解我的iOS应用正在运行哪些设备/操作系统版本? - How can I learn which devices/OS versions my iOS app is being run on? 我的iOS应用程式仅能在其他手机无法安装的开发人员装置上运作(Phonegap) - My iOS app just working on my developer devices other phones can't install(Phonegap) 无法在iOS 6.0.1设备上安装应用 - Can't install app on iOS 6.0.1 devices iOS App无法安装在较旧的设备上 - iOS App won't install on older devices 如何从我的Mac应用程序重启和恢复出厂设置iOS设备 - How to reboot and factory reset iOS devices from my Mac app 如何从Facebook上注销我的iOS应用-就像真正注销一样。 iOS设备使用我的应用无法忘记的Safari cookie - how do I sign my iOS app out of facebook - like REALLY sign out. iOS devices use Safari cookie that my app cannot forget
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM