Error using the “App Lock” configuration profile setting (aka “kiosk mode”) with an iPad/iOS6.0

前端 未结 2 1658
太阳男子
太阳男子 2021-02-09 15:06

Background:

Apple provides a \"kiosk mode\" for their iPads as part of iOS6 which locks the device into one application (even boots directly into the app too). Great for

2条回答
  •  感情败类
    2021-02-09 15:47

    Yes still working in iOS 9.1

    and you can add options like this:

    
    
    
      
    PayloadContent
    
          
            App
            
              Identifier
              bundle_identifier_of_the_app
              Options
              
                DisableAutoLock
                
                DisableVolumeButtons
                
              
            
            PayloadType
            ###.#####.#####
            PayloadIdentifier
            com.klangerfinder.lockdown
            PayloadUUID
            ######-######-#####-#####
            PayloadVersion
            1
          
        
        PayloadType
        Configuration
        PayloadDisplayName
        AppLockDown
        PayloadIdentifier
        ###.#####.#####
        PayloadUUID
        ######-######-#####-#####
        PayloadVersion
        1
     
    
    

    There are lot of old post´s out there. This and the above are the actual working ones!!!

提交回复
热议问题