in my app when user press Download button, then .zip file will be downloaded and should be save on device.
- how to store streaming data into .zip file? and
- where to store this .zip file so user can unzip file and see the data of file?
I am using NSURLConncetion to download .zip file
thank you in advance