SiriKit with open app

Hi everyone, I have a question about SiriKit. is it possible to use it in an app when the app is open?
let me explain: imagine you have an app that is an e-commerce and there is the shopping cart section. you are in the Home section and order Siri to go to the shopping cart section of the app. it’s possible? If so, is it possible to do something else with sirikit with an open app?

Hi @rufy! From my understanding I don’t think it would be easy (or possible) to open another view controller (ex: shopping cart) while the app is open using Siri. Since Siri is ran on intents I think your best bet would be to create an intent UI.
Resource: Creating an Intents UI Extension

Best,
Gina

This topic was automatically closed after 166 days. New replies are no longer allowed.