1

I want to disconnect a phone call programatically in iOS7. I know we can programmatically handle the interruptions for Incoming calls, SMS etc. on iPhone (without Appstore).

I have to create a launch daemon to get notifications as CTCallCenter doesn't deliver the notifications to UIApplications in the background as explained by Nate in his Answer.

Nate's comments shows there is some scope of disconnecting certain calls on an iPhone using the launch daemon (without Appstore).

So, My first question is it possible ? and if it is then How to do ?

Note : My App is not going to be on AppStore.

Community
  • 1
  • 1
Bhavin
  • 27,155
  • 11
  • 55
  • 94
  • i don't think there's a stable jailbreak out for iOS7 yet, so that makes this difficult – Nate Oct 09 '13 at 20:17

1 Answers1

0

Hi it's not possible in iOS7. You need special entitlement so until there will be a jailbreak you are out of luck