I am developing an application for iphone that will pick an image from photo library and save it at some other place.Now in my application i will be using this image later on from that place.
So can anybody suggest the folder where should i save this image so that the application works perfectly on device also.
You want to save it your applications Documents or Library folder. See the Files and Networking Programming Guide and specifically something like:
“Listing 6-1 Getting a file-system path to the application’s Documents/ directory:”