更新託管應用程序和 App Lock Payload (Updating managed application and App Lock Payload)


問題描述

更新託管應用程序和 App Lock Payload (Updating managed application and App Lock Payload)

A new iOS6 configuration profile reference defines a new App Lock Payload. It allows to lock an iPad to a single application (kiosk mode).

Is it possible to update such an application on the fly using Mobile Device Management (MDM)?


參考解法

方法 1:

I would say no. App Lock is designed to limit access to the rest of the operating system. Allowing the user to accept a prompt to upgrade the app they are locked into might give them access (what if the upgrade failed? what if the app takes a long time to download?).

方法 2:

Jamf does exactly this with their Casper Focus product (and their JSS MDM) so the answer is yes it can be done. See here for details: http://www.jamfsoftware.com/products/casper-focus

The only downside I can see to this is that if Apple's push notification service (APNS) went down the device would stay locked in the app. If the app only needs to be locked in for a specific period of time you could avoid this conundrum by setting an expiry date (using the RemovalDate or DurationUntilRemoval key) in the profile to ensure that at some point the lock is removed.

(by alexeydjcreedyotterfish)

參考文件

  1. Updating managed application and App Lock Payload (CC BY-SA 3.0/4.0)

#mdm #iOS #ios6 #ipad






相關問題

如何部署 MDM 簽到服務器? (How to deploy a MDM check-in sever?)

如何使用tomcat接收和響應HTTP PUT? (How to use tomcat to receive and response the HTTP PUT?)

更新託管應用程序和 App Lock Payload (Updating managed application and App Lock Payload)

Chính sách MDM của iOS (iOS MDM policies)

ipa 文件包含非法字符? (ipa file contains illegal characters?)

MacOSX 服務器 - 註冊 (MacOSX Server - Enrollment)

使用 MDM 解決方案發布 iOS 應用 (Publish iOS app using MDM solution)

遠程安裝應用程序(使用 MDM) (Installing an app remotely (using MDM))

如何配置 Apache 以接受具有 TLS v1.2 的過期客戶端證書? (How configure Apache to accept expired client certificate with TLS v1.2?)

如何使用 MDM 訪問 Apple Push Notification 的內容? (How to access content of Apple Push Notification by using MDM?)

如何使用設備的自定義屬性來獲取產品的版本號 (How can I use Custom Attributes for devices in order to get Version number of Products)

Xamarin IOS 需要重定向到 BB Access 以進行 OpenID 連接 (Xamarin IOS needs to redirect to BB Access for OpenID connection)







留言討論