简体   繁体   English

在iOS7中以编程方式断开呼叫

[英]Disconnect call programmatically in iOS7

I want to disconnect a phone call programatically in iOS7 . 我想在iOS7以编程方式断开电话。 I know we can programmatically handle the interruptions for Incoming calls, SMS etc. on iPhone (without Appstore). 我知道我们可以通过编程方式处理 iPhone(无需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 . 我必须创建一个启动守护程序来获取通知,因为CTCallCenter不会像Nate在他的Answer中所解释的那样在后台将通知传递给UIApplications

Nate 's comments shows there is some scope of disconnecting certain calls on an iPhone using the launch daemon (without Appstore). Nate的评论显示,使用启动守护程序(不带Appstore)断开iPhone上的某些呼叫存在一定范围。

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. 注意: 我的应用程序不会在AppStore上。

Hi it's not possible in iOS7. 嗨,这在iOS7中是不可能的。 You need special entitlement so until there will be a jailbreak you are out of luck 您需要特殊的权利,因此在进行越狱之前,您会很不幸。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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