1

I want to develop an app that works with a Siri command such as "send tweet".

In brief, Siri should send data to my app, and my app process this data. After that, my app returns to Siri.

How can I do this?

ilkerulusoy
  • 102
  • 2
  • 9

2 Answers2

3

Currently, there is no public API for your app to create custom commands for Siri. You'll probably want to watch the WWDC 2015 Keynote to see if they announce integration for apps with Siri.

Undo
  • 25,519
  • 37
  • 106
  • 129
0

An alternative to Siri is using another speech recognition service. There are a few good options. One that I have had success with in the past is Wit.ai.

picciano
  • 22,341
  • 9
  • 69
  • 82