问题
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.
回答1:
Hi it's not possible in iOS7. You need special entitlement so until there will be a jailbreak you are out of luck
来源:https://stackoverflow.com/questions/19279588/disconnect-call-programmatically-in-ios7