As per documentation at https://developer.apple.com/documentation/devicemanagement/dock/staticitem/tile-data, file-type is a required field and the possible values are 0, 1, 3. But in the file present on Mac device at ~/Library/preferences/com.apple.dock.plist, the values for file-type are 41, 40, 2, 1, 169.
Can you please help with the valid possible values for the field file-type? And also please help with what each those values mean?
Attached the dock preference file from Mac device.
com.apple.dock.plist - https://developer.apple.com/forums/content/attachment/8f8e62a4-322b-45b1-a94d-643d8539589b
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hi,
in ios14.5 we have new restriction "forceWiFiToAllowedNetworksOnly".
This limits device to only join Wi-Fi networks set-up via configuration profile.
If there is no valid wifi payload installed then this would stop communication with MDM server right?
If so, is there any recommendation on how to handle this or whether there are any constraints to check and not send this recommendation if so?
When we push Desktop/Wallpaper configuration to UserEnrolled Mac devices, we get an acknowledgment.
But device is not reporting the config in the installed Profile list report.
Issue is seen with only Mac UserEnrolled device ( Tested with 10.15 , 11 os version). As per apple doc this is supported in UserEnrolled devices as well
Regarding allowWallpaperModification setting in https://developer.apple.com/documentation/devicemanagement/restrictions,
1) Is this setting supposed to work on supervised macOS device only or on non-supervised macOS device as well?
2) From our testing, we observed that for the setting change to be effective on the device, device restart is required. Is this expected?