AirPlay
com.apple.airplay
The payload that configures AirPlay settings.
DDM recommended — 2 of 3 settings support Declarative Device Management
Apple recommends DDM over legacy profiles. DDM declarations are autonomous — the device enforces them without server round-trips. In Intune, use Settings Catalog → Declarative Device Management to configure these settings.
Configuration Keys (3)
| Key | Type | Title | DDM |
|---|---|---|---|
AllowListIf present, only AirPlay destinations in this list are available to the device. This allow list applies to supervised devices. | array | AllowList | |
WhitelistUse 'AllowList' instead. This key is deprecated in iOS 14.5 and macOS 11.3. | array | Allow List (legacy) | |
PasswordsIf present, sets passwords for known AirPlay destinations. Using multiple entries for the same destination, whether within the same payload or across multiple installed payloads, is an error and results in undefined behavior. | array | Passwords | |
AllowListItemrequired | dict | AllowList Content Item | |
DeviceIDThe device ID of the AirPlay destination in the format 'xx:xx:xx:xx:xx:xx'. This field isn't case-sensitive. The system limits the list of visible AirPlay destinations to devices that are present in the 'AllowList' field of all installed AirPlay payloads. Specifying the same MACAddress more than once, whether in the same payload across different payloads, results in undefined behavior. As of tvOS 18, 'DeviceID' isn't supported. | string | Device ID | |
DeviceNameThe name of the AirPlay device. The system limits the list of visible AirPlay destinations to devices that are present in the 'AllowList' field of all installed AirPlay payloads. | string | Device Name | |
AllowListItemrequired | dict | AllowList Content Item | |
DeviceIDThe device ID of the AirPlay destination in the format 'xx:xx:xx:xx:xx:xx'. This field isn't case-sensitive. The system limits the list of visible AirPlay destinations to devices that are present in the 'AllowList' field of all installed AirPlay payloads. Specifying the same MACAddress more than once, whether in the same payload across different payloads, results in undefined behavior. As of tvOS 18, 'DeviceID' isn't supported. | string | Device ID | |
DeviceNameThe name of the AirPlay device. The system limits the list of visible AirPlay destinations to devices that are present in the 'AllowList' field of all installed AirPlay payloads. | string | Device Name | |
PasswordsItemrequiredAn item in the passwords | dict | Password Content Item | |
DeviceNamerequiredThe name of the AirPlay destination; used in iOS, and available in macOS 15 and later. | string | Device Name | |
DeviceIDrequiredThe device ID of the AirPlay destination; used in macOS. Deprecated in macOS 15 and later as tvOS 18 AirPlay destinations don't support it; use 'DeviceName' instead. | string | Device ID | |
PasswordrequiredThe password for the AirPlay destination. | string | Password |