Is possible to add custom sirikit command to control iOS app?

Hi,

I want to integrate the sirikit into my app. Is possible to add custom sirikit command to control iOS app?

I figure out the sirikit only support the standard intent.

=== Standard Intents ===

  • Car Commands
  • Lists and Notes
  • Media
  • Messaging
  • Payments
  • Restaurant Reservations
  • Ride Booking
  • VoIP Calling
  • Workouts

But I also get that the user could send the command (Navigate to ***) with Google Map by Siri. Does any know how to do that? Please help me or give me some hint? Thanks.

Replies

I've been study the videos WWDC2020 & WWDC 2022. Both of them are necessary to add the custom function to ShortCut firstly.

https://developer.apple.com/videos/play/wwdc2020/10073/

https://developer.apple.com/videos/play/wwdc2022/10032/

it's just as same as Google Map app "Hey, Siri. Google Map navigate to ***" and it will start to route with Google Map, isnt it?