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 Options
Control iCloud Sync
Bunt can optionally sync data via iCloud. This feature can be disabled through MDM.
<?xml version="1.0"?>
<managedAppConfiguration>
<version>1</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="input">
<label>
<language value="de-DE">Erlaubt es Nutzende die Synchronisation über iCloud ein- oder auszuschalten.</language>
<language value="en-US">Allow users to toggle iCloud sync.</language>
</label>
</field>
</presentation>
</managedAppConfiguration>For additional configurations, please contact us.
Bunt Support