iCloud sync
Keep your data up to date across all your devices via iCloud.
Overview
You enable sync via iCloud. Bunt transfers your data, encrypted, to your other devices.
How to find it
- Open the side menu and select Settings.
- Tap Sync Data.
What you can do
- Enable sync: Turn on Sync with iCloud.
- Disable sync: Turn the toggle off again.
- Check the status: Read the state from the green dot below the toggle.
MDM configuration
School administrators can allow or block iCloud via MDM. When sync is blocked, the toggle is unavailable in the app. Example configuration:
<?xml version="1.0"?>
<managedAppConfiguration>
<version>2</version>
<bundleId>de.bunt.app.mobile</bundleId>
<dict>
<boolean keyName="icloud_sync_allowed">
<defaultValue>
<value>false</value>
</defaultValue>
</boolean>
</dict>
<presentation defaultLocale="en-US">
<field keyName="icloud_sync_allowed" type="checkbox">
<label>
<language value="en-US">Allow users to toggle iCloud sync.</language>
</label>
</field>
</presentation>
</managedAppConfiguration>