4

ロードサービス サービスの申し込みがあります。配車予約アプリ (Uber など) に似た機能がいくつかあります。iOS 10 Sirikit をどこまで活用できますか? おそらく、Appleはそれを拒否できます。しかし、技術的な実現可能性を知る必要があります。

アプリケーションの機能 - 道路の真ん中でタイヤがパンクしました。車の牽引補助が必要です。私は自分の現在地を伝え、希望するディーラーの場所まで牽引するようにアプリに依頼します。サービスの料金を支払い、プロバイダーからの応答を待ちます。サービス プロバイダーからドライバーに関する最新情報を継続的に受け取ります。

最初のステップの試行: 「Siri、パンクしたタイヤのロードサイド アシスタンスを取得してください」というステートメントでアプリを開こうとしています。アプリを開いて、FLAT TIRE をパラメーターとしてキャプチャする必要があります。しかし、私はできませんでした。

AppIntentVocabulary.plist を使ってみました。機能していませんでした。何かが足りないのですが、インターネット上に完全なチュートリアルがありません。どんな助けでも大歓迎です。

サンプル プロジェクト: 私の単純な Siri 統合の Github リンク: https://github.com/vivinjeganathan/SiriExample

4

2 に答える 2

0
This documentation contains preliminary information about an API or technology in development. This information is subject to change, and software implemented according to this documentation should be tested with final operating system software.

SiriKit is a way for you to make your content available through Siri. It also lets you add support for your services to the Maps app. To support SiriKit, you use the Intents framework and Intents UI framework to implement one or more extensions that you then include inside your iOS app. When the user requests specific types of services through Siri or Maps, the system uses your extensions to provide those services.

Add SiriKit support only if your app implements one of the following types of services:

Audio or video calling

Messaging

Payments

Searching photos

Workouts

Ride booking

Check this Link: http://airflypan.com/foundation-course/233

http://airflypan.com/foundation-course/233

于 2016-10-12T12:31:00.617 に答える