iOS Defaults¶
This profile sets the contents of a plist in a specified preference domain on iOS. Verification Needed
It is the iOS equivalent of Legacy Custom Settings (MCX).
Contents
Summary¶
PayloadType: | com.apple.defaults.managed |
---|---|
Supervised Only: | |
N/A | |
macOS: | N/A |
macOS Deprecated: | |
N/A | |
iOS: | N/A |
iOS Deprecated: | N/A |
Highlander: | N/A |
Name | Type | Title | Description | Required |
---|---|---|---|---|
DefaultsDomainName | string | Defaults Domain | The app bundle ID reverse domain for default settings. | always |
DefaultsData | dictionary | Defaults Data | The dictionary structure that will be set as the preferences content under the mobile user. | always |