ios - 是否有可能有一个 iPhone 应用程序用接收和发送调用的界面替换默认的调用管理器

标签 ios iphone ios7 ios6

这可能是显而易见的,但是否有可能有一个 iPhone 应用程序来取代默认的通话管理器。我希望它能够监听低级服务的注册来接听和调用电话。我不确定苹果是否向应用程序公开这个库。至少我希望应用程序能够接收。

最佳答案

不,这是不可能的。苹果不允许这样做。您可以通过越狱设备完成此操作,但没有任何文档可以帮助您,您需要发现私有(private) API。

this answer 中所述

If your application is active when a call event takes place, the system dispatches the event to your handler immediately. However, call events can also take place while your application is suspended. While it is suspended, your application does not receive call events.

关于ios - 是否有可能有一个 iPhone 应用程序用接收和发送调用的界面替换默认的调用管理器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23318685/

相关文章:

iphone - 获取核心数据中 NSManagedObject 的修改日期?

iphone - 无法在 iPhone 上下载 .mobileConfig

iphone - 根据日期更改标签栏图标

IOS 现在播放按钮

ios - 使用 Realm 或 UserDefaults 存储经过身份验证的用户数据?

ios - 创建工具栏以在 Swift 上关闭 WebView

iphone - 无法从 for-in 循环中更新 NSMutableDictionary 值?

ios - 使用自动布局在 super View 中水平居中 UILabel + UIImageView

iphone - NSFileProtectionCompleteUntilFirstUserAuthentication 什么时候阻止通过计算机读取文件?

ios - quickBlox iOS SDK 的委托(delegate)问题真的很奇怪