阅读521 返回首页    go iPhone_iPad_Mac_apple


DisableAutoLock in iOS 11 has odd behavior

We use Configurator to create a policy to put our app into a single app mode, disabling locking.  With iOS 11, we've discovered that after applying the policy, the device still auto-locks once before not locking again as desired, at least for an extended period of time; we've seen the phone auto-lock after about an hour as well.  This worked completely fine with iOS 10.   Any ideas what we might be doing wrong?

 

The policy:

 

<dict>

  <key>Identifier</key>

  <string>our.domain.io</string>

  <key>PayloadType</key>

  <string>com.apple.app.lock</string>

  <key>Options</key>

  <dict>

    <key>DisableDeviceRotation</key>

  <false/>

  <key>DisableSleepWakeButton</key>

  <true/>

  <key>DisableAutoLock</key>

  <true/>

  </dict>

</dict>



最后更新:2017-10-16 09:45:22

  上一篇:go Instruction for Pages?
  下一篇:go Can't turn off native calendar notifications on...