【发布时间】:2013-11-28 10:39:39
【问题描述】:
我最近开始使用 Apple Configurator 来使用适用于受监督设备的功能。
在限制有效负载中有一个名为 autonomousSingleAppModePermittedAppIDs 的键,其描述如下
Optional. Supervised only. If present, allows apps identified by the bundle IDs listed in the array to autonomously enter Single App Mode.
Availability: Available only in iOS 7.0 and later.
我尝试在限制负载中发送此密钥以及几个应用标识符,但找不到操作系统行为的任何变化。 Guided Access 允许所有应用进入 SingleApp 模式。
我对此的理解(和期望)是我们可以允许应用列表进入引导访问(单个应用)模式,除了允许的应用之外,设备上不会显示任何其他应用。你能帮我理解我遗漏或误解的东西吗?
【问题讨论】:
-
我也观察到同样的行为..