简体   繁体   中英

Disconnect call programmatically in iOS7

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM