Siri and Voice

RSS for tag

Help users quickly accomplish tasks related to your app using just their voice.

Posts under Siri and Voice tag

42 Posts
Sort by:
Post not yet marked as solved
1 Replies
983 Views
Hi, The "Siri & Search" option is listed in my app's settings and I'd like to know how to remove it. I'm pretty sure it wasn't listed when I first started developing my app over a year ago and I never added any Siri related entitlements to my app, not sure when it started being there. It seems half of the apps on my device (from other developers) have this listed, other half do not, so it's not there by default. I've checked my entitlements file, nothing related to Siri. Checked capabilities, nothing there either related to Siri. I know my users could go and manually block the app's data from being accessible but I'd rather remove the option entirely and definitely don't want it on by default. Shows up on at least iOS 15 and iOS 16. Thanks! Colin
Posted Last updated
.
Post not yet marked as solved
0 Replies
658 Views
Hi there, After a crash the log contained the following events that look to my newbie eyes to be a call to SIRI for my configuration files; looking for other mentions of this crash log message brought me here to the development forums and included not only what appears to be a possible call to SIRI but also a possible call to a specific message to be "dictated" to SIRI. I don't know what this means but my *** radar is going off. Original crash log entries (Logic Pro X crashing) "legacyInfo" : { "threadTriggered" : { "queue" : "com.apple.main-thread" } }, "logWritingSignature" : "76f7997036f9874763e329de45d64ba64b5b5964", "trialInfo" : { "rollouts" : [ { "rolloutId" : "62699e1ec1ff297(***)", "factorPackIds" : { "SIRI_FIND_MY_CONFIGURATION_FILES" : "631f72d1de5591(***)" }, "deploymentId" : 240000023 }, { "rolloutId" : "6391cacc75b072(***), "factorPackIds" : { "COREOS_ICD" : "63957ec73127f(***)" }, "deploymentId" : 240000007 } ], "experiments" : [ ] } ^^ In the above log, please note "SIRI_FIND_MY_CONFIGURATION_FILES" In another posted error log in this Apple forum (https://developer.apple.com/forums/thread/706908), SIRI_FIND_MY_CONFIGURATION_FILES was posted as well as a following call to "SIRI_DICTATION_ASSETS". Excuse me wut?
Posted
by co2r.
Last updated
.