Urja Sheth
Urja Sheth

Reputation: 41

Open viewcontroller via siri

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

Answers (1)

Andrea
Andrea

Reputation: 26385

SiriKit can be used for this purpose (as of iOS10):

  • VoIP calling
  • Messaging
  • Payments
  • Photos
  • Workouts
  • Ride booking
  • Car commands
  • CarPlay (automotive vendors only)
  • Restaurant reservations (requires additional support from Apple)

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

Related Questions