MDM

Bunt supports centralized management via Apple School Manager combined with a Mobile Device Management (MDM) system.

Supported Systems

  • Apple School Manager
  • MDM solutions such as Jamf School, Relution, Mosyle, Intune, and others
  • iOS, iPadOS & macOS

Configuration is handled via Managed App Configuration and is automatically passed to Bunt.

Available Configuration Options4

Preset Work-Time Tracking

Define activity categories, annual working time and the school year start centrally. Preset values replace the app's defaults and are read-only on the devices.

Control iCloud Sync

Bunt can optionally sync data via iCloud. This feature can be disabled through MDM.

Show XML template
<?xml version="1.0"?>
<managedAppConfiguration>
  <version>3</version>
  <bundleId>de.bunt.app.mobile</bundleId>
  <dict>
    <boolean keyName="icloud_sync_allowed">
      <defaultValue>
        <value>false</value>
      </defaultValue>
    </boolean>
  </dict>
  <presentation defaultLocale="de-DE">
    <field keyName="icloud_sync_allowed" type="checkbox">
      <label>
        <language value="de-DE">Erlaubt es Nutzenden, die Synchronisation über iCloud ein- oder auszuschalten.</language>
        <language value="en-US">Allow users to toggle iCloud sync.</language>
      </label>
    </field>
  </presentation>
</managedAppConfiguration>

Control WebDAV Backups

Bunt optionally stores backups on your own WebDAV server. Server address, target folder, retention and the maximum count can be pre-filled or fully locked down.

Pre-configure Grading Keys

Define grading schemes and grading keys centrally – assemble them in the configurator or take over a scheme exported from the app.

For additional configurations, please contact us.

Bunt Support