How to programmatically make a "dictate" keypress in iOS (Objective C)

I need a “dictate” microphone to be programmatically pressed on the iPhone 4S, is this possible?

+1
source share
2 answers

No, you cannot control Siri from any public API.

+1
source

You may not be able to upload it to the AppStore, as you will have to use non-public APIs.

0
source

All Articles