I need to get access to the call log of an iphone programatically. I came to know that it is not possible to get the call log in ios sdk. Is there any new API's available to get access of the call log of an iphone approved by apple. I've gone through the app "Agile Reply" in Appstore which accesses the call log of an iphone.
Guy's any suggestion from ur side will be deeply appreciated.
There is no way to access to the call log.
That Agile Reply application does not read the call log of the iPhone, otherwise it would not be on the App Store.
Instead, what it probably does is it registers itself with a CTCallCenter, as described in this answer, so that when it is running and a call comes in it's able to know the number of that call. It's then able to reply with a text message when the user opens it after the call is completed.