4

With the release of iOS 5, and more specifically 'Siri', is it possible to have that Application perform an action / task in one of my Apps?

In other words, I have read here that the App integrates with Fandango to order movie tickets.

So, how could I register an event / function of my App with Siri so that it performs a task?

For arguments sake, lets pretend my App also sells movie tickets like Fandango .. why do they get to have all of the fun?

4

1 回答 1

5

从您的链接文本中,Google+ 和 Apple 的 Siri 为开发人员提供 API 选项

...Siri,其功能取决于通过 API 使用指向非 Siri 移动应用程序的链接。你不需要告诉 Siri 打开 Fandango,例如,你只需告诉它买电影票,它就会从那里拿走。当 Siri 要求用户区域内最好的比萨饼/咖啡/美甲时,它会搜索 Yahoo! 等资源。和 Yelp 寻求答案。

上面的文字令人困惑,听起来有些移动应用程序有一个 Apple 祝福的非公共 API,Siri 正在使用它。相反,它应该说“其功能取决于通过 API 使用指向非移动应用程序的链接”。

Siri 在幕后使用 Yelp 提供与 Fandango 应用程序等效的功能,但它不与 3rd 方应用程序集成。到目前为止,还没有提到 Siri 的 API。

于 2011-10-13T14:53:29.013 回答