Skip to main content

Anyone know how to manage Improve Siri & Dictation and Share iCloud Analytics here? Can't seem to find the right plist for them.

Same question over a year later.


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.