How do I create custom intent in siri

Viewed 1637

I know siri provides limited Intents and we have to add our app to domain to be able take input from siri.

But I would like to create my own intent for the users to access my app via siri.

I couldn't find much support for this anywhere ? any helpful pointers are welcome

2 Answers

You can create a custom intent as of iOS 12. It is quite a complicated process, but there are some tutorials available that can help you out.

I think Apple's WWDC example is a good starting point.

Related