Disable "Hey Siri" programmatically in iOS8

Can I programmatically disable the "Hey Siri" feature in the app? (IOS8)

+3


source to share


1 answer


Siri is operated by the OS and cannot be handled by sandboxed apps. Unfortunately, you cannot turn off the Hey Siri functionality (or any Siri functionality) from your app.



Think about it in terms of areas. You can only change things that are within the confines of your application and Siri is out of scope.

+5


source







All Articles