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 .
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 .
You can use the zlib library with iPhone SDK.
This discussion provide more details http://discussions.apple.com/thread.jspa?messageID=7367520
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.