From the course: iOS Development: Siri Shortcuts

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Enabling Siri shortcut testing

Enabling Siri shortcut testing - iOS Tutorial

From the course: iOS Development: Siri Shortcuts

Start my 1-month free trial

Enabling Siri shortcut testing

When building Siri shortcuts one of the things that you have to repeatedly do is to use your Iphone on the simulator and perform the voice commands so that the Siri shortcuts can get activated. This can get cumbersome if you are testing many different features. Let me show you a small way that you can increase your productivity by using the schemes available in your x-code environment. Go to your scheme and click on "Edit Scheme" Currently, you are selecting the "Hot Coffee" application project. Let's go ahead and select "Hot Coffee intents." Now, go ahead and select "Run." In this box where it says "Siri Intent Query" go ahead and write your query. Which in this case, for us it will be "Order Medium Regular Coffee." This means that whenever the application is launched, it is automatically going to execute this query which Siri can respond to. Let's go ahead and click "Close." Make sure that the scheme…

Contents