Reputation: 10329
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
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