tags:

views:

47

answers:

2

I want to access the log of missed calls in my iPhone app. How can I do this?

+2  A: 

This is not possible from within a legitimate iPhone app. It may be possible on a jailbroken device, but there is no API call to get this information.

coneybeare
Thanks For reply,
GhostRider
A: 

Apple does not support to implement this type of functionality. It has done only on jailbroken devices.

anurag85