From the course: iOS 10 App Development: Integrating SiriKit

Unlock the full course today

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

Write simple payment handling code

Write simple payment handling code

From the course: iOS 10 App Development: Integrating SiriKit

Start my 1-month free trial

Write simple payment handling code

- [Instructor] What what we want to do is actually write the code to handle a payment, and it's important that I specify when I say handle a payment, what I actually mean by that. What I mean is, our goal is to get Siri to say that a payment has been sent. We're not actually writing the code to send a payment. Just like in the previous chapter, we didn't actually write code to send messages with our application. All we did is we have the code to have Siri communicate to a user that a message has been sent. So the sending a message, the sending a payment, all the other SiriKit features that you're creating in this course, those are features that you're going to have to actually handle yourself behind the scenes, because we're only focusing here on Siri and getting Siri to communicate the appropriate things to the user and enabling the user to communicate the appropriate things to your application. So, again, we're sending payments here. So we want to go inside of our Intent Handlers…

Contents