How to integrate Siri with my app?

I have an app, MathFlash Fun, which lets you do math facts.

My goal is to create a Siri extension(is that what it’s called?) to MathFlash Fun

so you can ask Siri “Hey Siri, give me a math fact,” and Siri says “What level?” Then the user says 2 then Siri gives a level 2 math fact!

Please Help!

Accepted Reply

You'll want to create a Shortcut backed by a custom intent to do this. Start by reading through the SiriKit documentation, specifically the Siri Intents and Shortcut group on that page.

Replies

You'll want to create a Shortcut backed by a custom intent to do this. Start by reading through the SiriKit documentation, specifically the Siri Intents and Shortcut group on that page.
Thanks!