Paul Peelen
Paul Peelen

Reputation: 10329

Getting general information from iPhone

I would like to fetch data from the "phone", "sms" and "mail" app on the iPhone. What I want to fetch is the last call made to a certain number/person, last sms and last email send/recieved.

Is this possible, and by that I mean possible on a "allowed by Apple" manor.

Best regards,
Paul Peelen

Upvotes: 0

Views: 186

Answers (2)

Amy Worrall
Amy Worrall

Reputation: 16337

Sorry, that isn't possible using public APIs.

If you did want to use private functions (which would cause app store rejection), check out some of the private stuff in Core Telephony:

http://code.google.com/p/iphone-wireless/wiki/CoreTelephonyFunctions

Upvotes: 2

Nick Forge
Nick Forge

Reputation: 21464

No, none of those things are possible using public APIs.

Upvotes: 0

Related Questions