tags:

views:

165

answers:

2

Hello, I want to make a .zip file using objective c. Is there is any method or else ? need a source code urgently.

Thanks in advanced .

+4  A: 

You can use the zlib library with iPhone SDK.

This discussion provide more details http://discussions.apple.com/thread.jspa?messageID=7367520

Gopalakrishnan Subramani
A: 

check out for ZipArchive which is an Objective-C class to compress or uncompress zip files, which is base on open source code "MiniZip".

It can be used for iPhone application development, and cocoa on Mac OSX as well.

raaz