SiriKit support for general services

后端 未结 2 612
孤独总比滥情好
孤独总比滥情好 2021-01-14 08:56

I have watched SiriKit in wwdc and read document.

https://developer.apple.com/library/prerelease/content/documentation/Intents/Conceptual/SiriIntegrationGuide/

2条回答
  •  一生所求
    2021-01-14 09:06

    No, you can't. That's why it says "only if your app implements one of the following types of services".

    You won't get the 'find foo in bar' syntax; each respective service has its own syntax - like "start a workout in MyApp" or "Book a ride to place with MyApp". See https://developer.apple.com/sirikit/ for examples.

    I would expect a workaround using the SiriKit API to result in your app being rejected if submitted to the general app store, and I would expect it to be extremely fragile if it passed App Review or didn't go through it in the first place.

提交回复
热议问题