Read Call History from iPhone on iOS 5 and above

Posted by Sandeep Dhama on Stack Overflow See other posts from Stack Overflow or by Sandeep Dhama
Published on 2013-06-08T09:33:19Z Indexed on 2014/06/12 9:25 UTC
Read the original article Hit count: 174

Filed under:
|
|
|
|

I am developing an application and need to read the users call history from iPhone.I have go though all the forums and google it and found that we can get the records from teh callHistory sqlite database by "private/var/root/Library/CallHistory/call_history.db". But this path is not working from iOS 5 and above. Seems like apple has changed all their database path and structure so that no one can accees it.

I have also seen some of the application on iTunes who are capable of getting the users call history like:-https://itunes.apple.com/us/app/callog/id327883585?mt=8

I have also check a mac desktop utility called "WonderShare Dr.Fone" which will fetch all the data from your iPhone like call history messages, notes , etc.How this utility is fetching the call history records and other details?

If their is any API or private APIs by which i can get the callHistory data path please let me know.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c