up vote 2 down vote favorite
share [g+] share [fb]

I am new to iPhone development, I am developing an application like sync for iPhone.

This application should read all databases like the address book, SMS, calendar, emails and call logs.

I have found an API to read the address book, however I couldn't find APIs to read SMS, calendar, emails, call logs or bookmarks.

How do I do it?

link|improve this question

29% accept rate
There are many applications that allow you to read sms and send them with emotion images as well. Examples: Textfree and Textnow iPhone applications. Did you find a way to accomplish what you started to do? – Mustafa Jan 7 '10 at 9:02
feedback

3 Answers

up vote 2 down vote accepted

Only the address book and the photo library can be accessed from 3rd party iPhone apps. If it's desperate, you could make it for jailbroken iPhones as everything is open then - but the app would only work on jailbroken phones (meaning no appstore and cydia is a pain)

link|improve this answer
How do i access photo library in i-Phone – user160195 Oct 21 '09 at 11:03
feedback

It's not possible due to the sandboxing on iPhone.

link|improve this answer
address book is all u get access to. pray that apple doesn't restrict it further – pxl Oct 8 '09 at 9:34
feedback

Is there a way to open a URL connection with google voice and use those services to send the text message? I was trying to find some APIs that would allow me send a phone number and message to google voice (or some other web based texting service) and have it sent over the web.

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.