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.
Bunt supports centralized management via Apple School Manager combined with a Mobile Device Management (MDM) system.
Configuration is handled via Managed App Configuration and is automatically passed to Bunt.
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.
Bunt can optionally sync data via iCloud. This feature can be disabled through MDM.
<?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>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.
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