通过 iPhone xcode 中的应用程序处理来电
我的客户要求是处理 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
电话录音实际上并不是记录通过本机拨号器拨打的电话。该应用程序启动一个类似会议的通话,通过该通话基本上可以呼叫您和另一方,然后在他们的服务器端记录对话。完成后,应用程序将从服务器中提取信息,并为您提供录制的音频文件的 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.
据我所知,您没有控制手机的权限。
As far as my knowledge you don't have controls to handle the phone.
简短回答:不,您无法控制来电
Short Answer : No you cannot control on Incoming calls