2

in my app when user press Download button, then .zip file will be downloaded and should be save on device.

  1. how to store streaming data into .zip file? and
  2. 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

Pooja
  • 2,162
  • 5
  • 33
  • 64

1 Answers1

3

to save and unzip file on iphone read this - http://www.touch-code-magazine.com/update-dynamically-your-iphone-app-with-new-content/

Abhijeet Barge
  • 562
  • 5
  • 21