I am getting image and some details from .net web server.
I need to store these details in iphone device memory(not in sdcard),Because I need to connect web services only one time,that is at installing my app.
From Next time onwards i need to get data from device.
I have some knowledge in java,In java i use files to store image and Hash table to store details.
i found this to store image
it shows path
/Users/appleuser/Library/Application Support/iPhone Simulator/4.0.1/Applications/14ED40D5-321E-4519-BDEA-77757589F8F7/Documents
But is it save in device or only in notebook.
How can i done this in iphone.
can any one pls help me.
Thank u in advance.