iphone - 尝试从 iOS 6 应用程序中启动引导式访问?

标签 iphone ios guided-access

我们有一个在 XCode 中构建的 iOS6 (iPhone) 应用程序,它在 ListView 中列出用户设备(已注册 URL)上安装的应用程序。是否可以在引导访问模式下打开列表中的其中一个应用程序(如果事先打开了引导访问)?基本上,我们想要绕过主页按钮的三次点击,让列表中的任何应用程序直接打开到引导访问开始屏幕。

最佳答案

根据 Apple ,

Guided Access helps students with disabilities such as autism remain on task and focused on content. It allows a parent, teacher, or administrator to limit an iOS device to one app by disabling the Home button, as well as restrict touch input on certain areas of the screen.

很明显,Apple 将禁止启动其他应用程序。

关于iphone - 尝试从 iOS 6 应用程序中启动引导式访问?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13938571/

相关文章:

ios - 当 Swift 4 中存在 UIViewController 时,如何放大/缩小动画?

iOS 引导访问 - 应用程序可以知道它处于引导访问模式吗?

ios - 在 iOS 中以编程方式实现指南访问

iphone - 如何确定设备是否支持多任务处理?

iphone - 如何在 iPhone 上的 OpenGL ES 绘画应用程序中实现撤消?

ios - AEXMLDocument loadXMLData() 在 Swift 中不起作用

ios - 打开 Guided Access 的 openURL 电话

ios - 我如何在 webrtc ios 中压缩视频文件?

iphone - 在 Mac 中使用终端应用程序将 .p12 文件转换为 .pem "No such file or directory"错误?

ios - 发送到已释放实例的 Swift 消息——每个 IBAction