Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make Siri perform a specific action in my App?

I want to integrate Siri in my app and make it perform specific actions i.e:

1- open specific view

2- send feedback

I searched about this functionality, but no useful answers were found.

anyone have tried use Siri like this way?

Thanks.

like image 991
Rawan Avatar asked Oct 17 '22 21:10

Rawan


1 Answers

Siri right now only works for certain 'domains' (see https://developer.apple.com/sirikit/).

If you app is in one of these domains you can trigger certain app functions through Siri. Depending on what kind of app you are working on you could theoretically use the Messaging domain to let users send you feedback.

You won't be able to use Siri to navigate through your app by voice but you might be able to trigger certain features.

like image 186
Jordi Bruin Avatar answered Oct 20 '22 22:10

Jordi Bruin