简体   繁体   English

iOS阻止应用切换

[英]iOS prevent app switching

I want to prevent app switching on an iPad. 我想防止在iPad上切换应用程序。 I need to load a custom app for my employees who can use the app and do nothing else on the iPad. 我需要为我的员工加载一个自定义应用程序,他们可以使用该应用程序,而不能在iPad上执行任何其他操作。 I've heard that Apple allows custom apps to be loaded for commercial uses without going through the app store. 我听说Apple允许加载自定义应用程序用于商业用途,而无需通过应用程序商店。

The basic settings under General > Restrictions let me turn off a few apps, but this is inadequate. 我可以通过常规>限制下的基本设置来关闭一些应用程序,但这还不够。 Ideally, I need two provide two modes: Guest and Admin. 理想情况下,我需要两种提供两种模式:Guest和Admin。 The Admin would have ability to other apps and settings. 管理员可以使用其他应用程序和设置。 Would be great if the passcode functionality could be leveraged for this. 如果可以利用密码功能,那就太好了。

Is this possible? 这可能吗?

The ability to disable the home button on the device is coming in iOS 6, as seen on iOS 6 Preview: Accessibility . 可以在iOS 6中禁用设备上的“主页”按钮的功能,如iOS 6 Preview:Accessibility所示

You may be able to configure an iPad to disable the home button as well using Apple's Configuration Tool by setting SBStoreDemoAppLock . 您还可以通过设置SBStoreDemoAppLock使用Apple的配置工具将iPad配置为禁用主页按钮。 See another question on Stack Overflow, Lock-down iPhone/iPod/iPad so it can only run one app . 请参阅有关堆栈溢出的另一个问题,即锁定iPhone / iPod / iPad,使其只能运行一个应用程序

Finally, as for deploying your apps, you probably want the iOS Developer Enterprise Program . 最后,关于部署应用程序,您可能需要iOS Developer Enterprise Program

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM