Disconnect call programmatically in iOS7

不羁的心 提交于 2019-12-24 16:25:03

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!