tags:

views:

555

answers:

3

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?

+6  A: 

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

svinto
address book is all u get access to. pray that apple doesn't restrict it further
pxl
A: 

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.

Ryan
+2  A: 

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)

Cal S
How do i access photo library in i-Phone