I used FMDatabase and this path (/private/var/wireless/Library/CallHistory/call_history.db) to access the call logs on IOS4. After I updated to IOS5, it just gave me a "permission denied" exception. I know the call log file is there, just apple remove the permission. So I am thinking, is there anyway we can push the call log file to ICloud and take it back to our application? Or use CoreTelephony framework to get the CallID first, and use that ID to point somewhere and get the call detail info? Any ideas?

link|improve this question

60% accept rate
feedback

2 Answers

up vote 3 down vote accepted

There is no supported way of doing this. You're likely to get rejected by Apple if you attempt it.

link|improve this answer
feedback

you have only one way but that will approved by apple or not. I don't know. I am telling you that answer but it may be risky.

You can see this link call details

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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