diff --git a/README.md b/README.md index f47261c..cad7235 100644 --- a/README.md +++ b/README.md @@ -118,3 +118,11 @@ A full example is available in `./mdm`. ``` > :warning: Please replace **`YOURTOKEN`** in the example `.plist` with your license key and customize optional **`DriveLetterMapping`** Keys as you like. + +### FORCE NOTIFICATIONS + +We recommend to enforce the display of notifications at least with `temporary banner` style for your users when using MDM. + +A sampleconfig is available here: `./mdm/forcenotifications.mobileconfig` + +Further reference can be found here: https://developer.apple.com/documentation/devicemanagement/notifications/notificationsettingsitem diff --git a/mdm/forcenotifications.mobileconfig b/mdm/forcenotifications.mobileconfig new file mode 100644 index 0000000..3dbbf00 --- /dev/null +++ b/mdm/forcenotifications.mobileconfig @@ -0,0 +1,44 @@ + + + + + PayloadContent + + + NotificationSettings + + + BundleIdentifier + io.lumibit.mac.linkconverter + AlertType + 1 + NotificationsEnabled + + + + PayloadDisplayName + Notifications Payload + PayloadIdentifier + 34B1D67D-56BB-4732-8C29-4FD1D1C9DA74 + PayloadOrganization + Lumibit GmbH Scripting Unit + PayloadType + com.apple.notificationsettings + PayloadUUID + 34B1D67D-56BB-4732-8C29-4FD1D1C9DA74 + PayloadVersion + 1 + + + PayloadDisplayName + LinkConverterNotifications + PayloadIdentifier + 0DC6968B-C8F7-4955-97D1-6C5DCA65E5A6 + PayloadType + Configuration + PayloadUUID + 0DC6968B-C8F7-4955-97D1-6C5DCA65E5A6 + TargetDeviceType + 5 + +