通过 iPhone xcode 中的应用程序处理来电

发布于 2024-12-03 11:10:38 字数 152 浏览 3 评论 0原文

我的客户要求是处理 iPhone 的来电,这样任何不需要的电话(例如地址簿之外的任何电话)都应该只响一声就自动终止,并应该进入未接来电。

即,我需要一个在后台运行的应用程序,检测每个来电,如果呼叫来自地址簿联系人之外,则应在响铃一响后终止它。

可以这样做吗?

My requirement from a client is to handle incoming calls of iphone, in such a way that any unwanted calls (such as any call that is outside from the address book) should go terminate automatically with just one ring and should go into missed calls.

i.e, i need an app that runs in background, detects every incoming call and if the call is from outside the address book contact, should terminate it after one ring.

Is it possible to do so?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

甜味超标? 2024-12-10 11:10:38

电话录音实际上并不是记录通过本机拨号器拨打的电话。该应用程序启动一个类似会议的通话,通过该通话基本上可以呼叫您和另一方,然后在他们的服务器端记录对话。完成后,应用程序将从服务器中提取信息,并为您提供录制的音频文件的 URL。没有任何呼叫拦截。

What Record Phone Calls does is not actually recording calls made through the native dialler. The app starts a conference-like call through which basically calls u and the other party and then record the conversation on their server side. Once done the app is pulls the info form the server and provides you with URLs to the recorded audio files. There is no call interception whatsoever.

薆情海 2024-12-10 11:10:38

据我所知,您没有控制手机的权限。

As far as my knowledge you don't have controls to handle the phone.

灯角 2024-12-10 11:10:38

简短回答:不,您无法控制来电

Short Answer : No you cannot control on Incoming calls

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文