0

I want to trigger iPhone's home button long press event to open Siri from my application. How it is possible? Is there any way to do so using programming or Bluetooth HID protocol?

gautamlakum
  • 11,815
  • 23
  • 67
  • 90

3 Answers3

0

Accessing Siri from your code is not possible if you want to submit your app to the AppStore, but if you're not looking to do that, have a look at this:

StackOverflow

About the HID protocol:

I don't think so, but I would not rely on this information.

Community
  • 1
  • 1
Nils Ziehn
  • 4,118
  • 6
  • 26
  • 40
0

From the App Store guidelines (slightly abbreviated):

Apps that alter the behavior of switches on the device will be rejected

check here for more.

Community
  • 1
  • 1
Mumthezir VP
  • 6,251
  • 6
  • 28
  • 57
0

Its not possible. Apple haven't provided access to those API.

Hope we will have it after WWDC 2015 :)

Nilesh Patel
  • 6,318
  • 1
  • 26
  • 40