Search code examples
iphoneios5calllogcore-telephony

How can I access call log history on IOS5


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?


Solution

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