Intercept incoming call ios sdk (Non Jailbreak)

。_饼干妹妹 提交于 2019-11-30 15:50:38

问题


Hi i have tried for bundle of times and find out that iOS SDK does not give us access due to security reasons for getting following data;

Intercept an incoming call (Getting phone number from incoming call)

Read Call history

Intercept SMS (Getting phone number from incoming SMS and reading its contents)

Block an incoming call etc

Here are some of the links resulting from my search about this issue:-

How can I get the callers phone number from an incoming call on iphone

http://iosstuff.wordpress.com/2011/08/19/accessing-iphone-call-history/

Programmatically get the number of the incoming call

Can I fetch details of the incoming call phone number in my applicaton?

Hook into incoming call?

handling an incoming call through an app in iphone xcode

Identify number of incoming call in iPhone

I also found that CoreTelephony CTCall object provide us only limited info, Just call state and its unique Id. But nothing else we can get by using CoreTelephony framework.

But, I have seen one application on app store that does gets incoming call phone number.

I wonder how this app Callinize iPone App works and gets incoming call info?

I also want the same thing to do with my app. But i did't find such a way to do. Please help if you can.

Thanks!


回答1:


I'm late to the party here, but I was just reading the description of Callinize. They built an integration with the Asterix pbx system and it only works with Asterix. So this app does not really access iOS phone calls.



来源:https://stackoverflow.com/questions/20119474/intercept-incoming-call-ios-sdk-non-jailbreak

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