-3

I want to develop an iPhone/iPad app with siri support.Is it really possible ? Can anybody please help me

user2842000
  • 21
  • 1
  • 5
  • 1
    Have a look at http://stackoverflow.com/questions/13965686/how-to-integrate-siri-in-iphone-app – Aqueel Oct 04 '13 at 06:52

2 Answers2

5

Previous Answer : You can't access Siri features, Apple didn't provide public API for Siri :-S .

The best APIs I've seen is the Openears
the tutorials for openears are available here Tutorials

and second one is Dragon Mobile SDK

New Answer as per update in SDK : Now Siri is officially available.

Agent Chocks.
  • 1,312
  • 8
  • 19
1

Regarding Siri integration in iOS apps, the iOS 10 states that the "Siri" support should only be added if an app implements one of the following types of services:

  • Audio or video calling
  • Messaging
  • Payments
  • Searching photos
  • Workouts
  • Ride booking

The apps integrate with Siri through these specific domains only (restriction by Apple), which define categories of behaviors that an app can support.

By limiting the scope of Siri in iOS 10, Apple has standardized the integration.

iCoder
  • 67
  • 5