vote up 4 vote down star
1

I'm doing some research on the feasibility of an iPhone application, and can't find any indication in Apple's documentation that an iPhone app can read the call history of the phone, specifically the number/address book entry called, when, and the duration.

Does anyone know if this is possible, and how?

Note: The purpose is to remove the need for the user to perform this data-entry themselves. The application is for recording interactions with customer service centers.

flag

6 Answers

vote up 7 vote down check

Unfortunately you can't access the call history. The only User Data you have API access to is the address book. You can also access photos/pictures but only by starting an iPhone-controlled dialog that allows the user to choose a single image.

It's a bit sucky, hopefully this will be expanded in future versions.

link|flag
vote up 3 vote down

You can access call history on the Mac by sniffing around the iTunes directory. There are apps out there that do this.

link|flag
vote up 1 vote down

AFAIK you can't access call history. The address book is a database of contacts, not call information.

You can read more about the address book in the SDK's "Address Book Programming Guide for iPhone OS."

link|flag
vote up 1 vote down

That sounds dangerous to me, and would open the whole system up to a raft of potential privacy violations.

link|flag
Why did people downmod this? Seems spot on to me. – KevDog Sep 28 '08 at 1:18
Because it isn't an answer, it's a comment posted using the answers mechanism instead of the comments mechanism. – Chris Wenham Sep 28 '08 at 1:27
It does, however, answer the follow up questions of "why can't I do it?" and "is Apple likely to enable this in the future?". – ceejayoz Sep 28 '08 at 14:13
vote up 0 vote down

@Andrew says

Unfortunately you can't access the call history. The only User Data you have API access to is the address book.

But This application says it can do this. If there is an application that says it can reach and show you the detail of the call history I think there is a way.

I know this is not a real answer but it may add value to the search of answer.

And @schwa; can you name the apps that can access this info.

link|flag
vote up 0 vote down

Seems the only way is to read the log from the iTunes side but now from the phone:

http://arstechnica.com/apple/news/2007/11/iphonelogd-another-solution-for-viewing-your-iphone-call-log.ars

link|flag

Your Answer

Get an OpenID
or

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