autonomousSingleAppModePermittedAppIDs键入限制有效负载 - iOS 7 MDM [英] autonomousSingleAppModePermittedAppIDs Key in Restrictions payload - iOS 7 MDM

查看:281
本文介绍了autonomousSingleAppModePermittedAppIDs键入限制有效负载 - iOS 7 MDM的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我最近开始使用Apple Configurator来使用针对受监督设备的功能。

I have recently started working with Apple Configurator to use features meant for Supervised devices.

在Restrictions有效负载中有一个名为 autonomousSingleAppModePermittedAppIDs ,描述如下

In the Restrictions payload there's a key called autonomousSingleAppModePermittedAppIDs with the description below

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模式。

I tried sending this key in the restrictions payload with a couple of app identifiers, but could not find any change in the behaviour of the OS. The Guided Access allowed all apps to enter into the SingleApp mode.

我从中了解(并期望)我们可以允许应用程序列表进入Guided Access(单个应用程序模式,除了允许的应用程序之外,没有其他应用程序可在设备上看到。你能帮助我理解我所遗漏或误解的事情。

What I understand (and expect) from this is we can allow a list of apps to enter Guided Access (Single App) mode and no other app except the allowed ones will be visible on the device. Can you help me understand the things I'm missing or misunderstanding.

推荐答案

我相信应用程序本身可以使用这个密钥的想法请求引导模式(vs用户或AppLock配置文件触发的引导模式)。

I believe the idea of this key that application itself can request a guided mode (vs guided mode triggered by a user or AppLock profile).

我认为应用程序应使用以下API来请求引导模式:

I believe application should use following API to request a guided mode:

void UIAccessibilityRequestGuidedAccessSession(BOOL enable, void(^completionHandler)(BOOL didSucceed));

如果不在此列表中,此请求将被拒绝。

In the case, if it's not on this list, this request will be rejected.

PS设备需要受到监督。

P.S. A device needs to be supervised.

这篇关于autonomousSingleAppModePermittedAppIDs键入限制有效负载 - iOS 7 MDM的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆