I am developing a dialer application in which I want to store incoming call in local database in my application. After that I want to show the incoming call data on tableview. Is it possible to access incoming call in iPhone?

link|improve this question

17% accept rate
Have you tried it with CoreTelephone framework. It has methods for recentcalls which contains CTCall objects which have id and state of the call. You can explore it. – Ravin Apr 14 '11 at 14:04
feedback

1 Answer

up vote 2 down vote accepted

No its not possible to track and record incoming phone calls in iphone sdk. If you do this with some private API your app will get rejected from app store.

link|improve this answer
any alternate solution for that – jaydev Apr 14 '11 at 13:35
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.