Hi - Is the new IOS 14 restrictions allowAppClips for all devices? The docs at https://developer.apple.com/documentation/devicemanagement/restrictions state allowAppClips boolean If false, prevents a user from adding any App Clips, and removes any existing App Clips on the device. Available in iOS 14.0 and later. Default: true BUT the latest Apple Configurator beta has text that indicates this restriction is only for IOS 14 and later supervised devices. Which is correct? Apple Configurator or the docs?
Search results for
[tags:wwdc20-10103]
27 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hi Our testing of the new DisableAssociationMACRandomizatio n attribute on the Wi-Fi payload for IOS 14 devices shows that when the attribute is set to false, the device will report the actual value of the MAC address to the router, but we were surprised to see that the end user can enable Private address from the device for that Wi-Fi. Doesn't this defeat the purpose of the MDM requesting that the DisableAssociationMACRandomization be enabled? Is this the correct behavior? Our mutual customers who use products like Cisco ICE need the actual MAC address which I assume is why Apple provided the new attribute DisableAssociationMACRandomization to disable the randomization feature in the first place. But if the end user can just reenable it themselves this new attribute is only marginally helpful. Are there plans to allow MDM to lock this setting?
Any more details on the new restriction allowApplePersonalizedAdvertising See https://developer.apple.com/documentation/devicemanagement/restrictions?changes=latest_major Is it for supervised devices or all devices? IOS 14 and higher or macOS 11 too? What behavior does the end user see/notice if set to false?
What is the format of the Timezone in the new SettingsCommand.Command.Settings.TimeZone setting? The current docs are vague. TimeZone string https://developer.apple.com/documentation/devicemanagement/settingscommand/command/settings/timezone?changes=latest_minor Would it be the same as the setting in the TimeServer profile setting timeZone string The time zone path location string in /usr/share/zoneinfo/; for example, America/Denver or Zulu. https://developer.apple.com/documentation/devicemanagement/timeserver?changes=latest_minor or a different format entirely? Speaking of which if a Timeserver profile is applied and the new SettingsCommand is sent with a different Timezone which takes precedence or will that be an error?
https://developer.apple.com/videos/play/wwdc2020/10639/ 10:16 No notification to user from Safari for the downloaded profile and profile not added to system settings app profile section for 8 minutes as explained in the video
macOS Big Sur : MDM Enrollment Profile downloaded part of web(Safari) based enrollment placed it in Downloads folder but not notified to the user to suggest the Profile installation manually by adding an entry into Profiles of Settings App. Is this is an expected behavior ? Where as video shown in WWDC2020, it notified the user to complete the install in settings of the MAC. WWDC 2020: Presented demo shown that user will be notified post downloaded when Safari detected it as a config profile. https://developer.apple.com/videos/play/wwdc2020/10639/ (Check the video timeline 9Min:40sec)
Topic:
Developer Tools & Services
SubTopic:
General
Tags:
Enterprise
Safari
Device Management
wwdc20-10639
What is the purpose of the tri-state BootstrapTokenAllowedForAuthentication value in the SecurityInfo response? allowed, disallowed, not supported are the possible values https://developer.apple.com/documentation/devicemanagement/securityinforesponse/securityinfo?changes=latest_beta During WWDC2020 and when the key was a boolean it seem to be that the key was to indicate if a bootstrap token existed on the device, but that doesn't seem to be the case now with the allowed, disallowed, not supported values.
What is Items suppose to control in the InstalledApplicationListCommand? Items [string] Possible values: AdHocCodeSigned, AppStoreVendable, BetaApp, BundleSize, DeviceBasedVPP, DynamicSize, ExternalVersionIdentifier, HasUpdateAvailable, Identifier, Installing, IsValidated, Name, ShortVersion, Version The results are the same response https://developer.apple.com/documentation/devicemanagement/installedapplicationlistresponse/installedapplicationlistitem regardless of what strings in included in the Items string of the request.
Steps to Reproduce: Define a profile that includes UpdateCompleted and RestoreCompleted in skipsetupitems. Get the profile UpdateCompleted and RestoreCompleted are missing. Is this a bug? Or not yet implemented?
It doesn't work now on iOS 14 beta4. Is it supposed to work?
It doesn't work now on iOS 14 beta4. Is it supposed to work?
What is the default value for InstallAsManaged property? https://developer.apple.com/documentation/devicemanagement/installapplicationcommand/command It seems like it stopped working now. Actually it worked well in my tests about two weeks ago.
How can I make managed apps removable or non-removable on iOS14?
Hi- What is the default value for the new attribute PreviewType in the Notifications payload? The docs at https://developer.apple.com/documentation/devicemanagement/notifications/notificationsettingsitem?changes=latest_major state PreviewType integer The type previews for notifications. This key overrides the value at Settings>Notifications>Show Previews. 0 - Always: Previews will be shown when the device is locked and unlocked 1 - When Unlocked: Previews will only be shown when the device is unlocked 2 - Never: Previews will never be shown Available in iOS 14 and later. Possible values: 0, 1, 2 All other attributes have the default explicitly mentioned, but not for this new property. Is the default value 0 - Always?
The docs at https://developer.apple.com/documentation/devicemanagement/skipkeys state that Skips the Accessibility pane, only if the Mac is connected to Ethernet and the cloud config is downloaded. Availability: macOS 11+. The Ethernet requirement makes sense because the Accessibility screen comes before the Wi-Fi setting so the device would not have gotten the Automated Device Enrollment profile, but what does cloud config is downloaded mean? Does this mean the configuration is pushed by Apple Configurator rather than coming over the air?