views:

62

answers:

2

Hi all,

i am developing a mobile client to sync images from iphone photo gallery to amazon s3,so is there any sync services libraries that can help me in this regard..

Also is there any library to access the iphone photo gallery,I just wanted to pick all photos, randomly, from the images stored on the device with no user interaction?

Thanks in advance.......

A: 

Have a look at the following library (and their S3 example)

http://allseeing-i.com/ASIHTTPRequest/S3

Liam
They doesn't have any api for sync or directly accessing phone gallery
Fedrick
A: 

To access photos in the iPhone you should use the Assets Library (introduced in iOS 4.0). See the Asset Library Framework Reference documentation for details.

Seppo Sade
Thanks for your response
Fedrick