Reputation: 21
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
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
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