Shivansh Mudgil
Shivansh Mudgil

Reputation: 21

How can I intergrate SiriKit using Objective-C?

I am working on an iOS app similar to Uber and wish to integrate SiriKit to perform various in app functions like requesting a cab, the app has been made using Objective-C and I wish to integrate the SiriKit. What is the best possible way to do that. I am afraid I might not be able to switch to Swift.

Upvotes: 0

Views: 4442

Answers (2)

Dave Smash
Dave Smash

Reputation: 3001

The Apple Developer documentation has code samples in both Objective-C and Swift. Your question is very broad, so I would start by looking through the documentation that they provide:

https://developer.apple.com/library/content/documentation/Intents/Conceptual/SiriIntegrationGuide/

On this site, it is better to ask specific questions, along with code samples showing what you have tried, rather than broad questions basically asking for a full tutorial.

Upvotes: 3

Kanstantsin Bucha
Kanstantsin Bucha

Reputation: 178

You misundestood SiriKit concept. It based on usage of "Intents extension". to handle intents you free to use objective-c. Please refer to manual

Upvotes: -2

Related Questions