Questions tagged [ziparchive-objectivec]

An Objective-C class for zipping/unzipping on iOS and macOS.

ZipArchive is an Objective-C class to compress or uncompress zip files. It is based on open-source code "MiniZip".

It can be used for iOS and macOS app development.

The code for ZipArchive can be downloaded here.

2 questions
11
votes
2 answers

Zip and UnZip a file programmatically in iOS?

How can we zip and unzip a file through coding?
RAMAN RANA
  • 1,785
  • 4
  • 21
  • 40
0
votes
0 answers

iOS issue while unzip file using ZipArchive?

I am performing a task in which I have to zip a PDF file which is store in a document directory and then unzip the file. I am facing issue while unzipping the file, maybe I am not doing at correct location because when I print the location on…