Posted on 06-08-2020 06:31 AM
Anyone know how to manage Improve Siri & Dictation and Share iCloud Analytics here? Can't seem to find the right plist for them.
Posted on 11-15-2021 03:53 PM
Same question over a year later.
3 weeks ago
You can manage Improve Siri & Dictation by adding an Application & Custom Settings payload, adding an external application with the domain set to com.apple.assistant.support.
Use this schema:
{
"title": "Apple Assistant Support Settings",
"description": "Preference domain: com.apple.assistant.support",
"type": "object",
"options": {
"remove_empty_properties": true
},
"properties": {
"Siri Data Sharing Opt-In Status": {
"type": "integer",
"title": "Opt-in to Siri Data Sharing? [2.6.3]",
"description": "Should be set to 2 for CIS compliance",
"default": "2"
}
}
}
I'm not sure what the other settings are, but 2 disables it.