Audio Accessory:Settings ()

The declaration to configure audio accessory settings.

iOS(26.0)
Branch: release

Settings (6)

SettingTypeRequiredDefaultManual InstallSupported OS
Temporary Pairing
TemporaryPairing
A dictionary that describes audio accessory temporary pairing behavior. The device enables temporary pairing when this key is present and the `Disabled` key isn't `false`. The device doesn't synchronize pairing information with iCloud when temporary pairing is active.
2 subkeys
dictionaryoptional
Yes
iOS (26.0+)
└─
Temporary Pairing Disabled
Disabled
If `true`, temporary pairing of audio accessories is disabled.
booleanoptionalfalse
Yes
iOS (26.0+)
└─
Temporary Pairing Configuration
Configuration
A dictionary providing configuration for temporary pairing. Required if `Disabled` isn't present or is `false`.
1 subkey
dictionaryoptional
Yes
iOS (26.0+)
└─ └─
Temporary Pairing Unpairing Time
UnpairingTime
A dictionary that describes when the device automatically unpairs temporarily paired audio accessories.
2 subkeys
dictionaryrequired
Yes
iOS (26.0+)
└─ └─ └─
Unpairing Policy
Policy
A string that specifies the device's unpairing policy. - `None`: The device doesn't automatically unpair. Use this only with a return to service device that you erase and reenroll when assigning it from one user to another. - `Hour`: The device automatically unpairs temporarily paired audio accessories at the local time that the `Hour` key specifies.
stringrequired
Yes
iOS (26.0+)
└─ └─ └─
Hour of Unpairing
Hour
The local time hour (24-hour clock) when the device automatically unpairs temporarily paired audio accessories. Required when setting the `Policy` key to `Hour`.
Range: 0 - 23
integeroptional
Yes
iOS (26.0+)