Reputation: 41
Is it possible to open a particular viewcontroller via Siri?
For example , I want to search for "open my profile in myApp" and go to "My Profile" viewcontroller.
I need this for all menu items shown in below image.
Upvotes: 1
Views: 475
Reputation: 26385
SiriKit can be used for this purpose (as of iOS10):
It doesn't seems that what you want to do will fit into those spec.
What you can do is, with your app up and running, create voice commands using the Speech
framework.
Upvotes: 1