ZipUnzip

The ZipUnzip feature helps to package multiple files into single compressed file in the mobile devices, which takes less space on the device memory and also takes less time to share. The ZipUnzip also extracts the compressed files.

Using this feature, the iOS and Android applications can:

  • Package a set of files into one single zipped file. You can also select the required files from a list of files and package.
  • View the files of a zipped file along with the file size.
  • Unzip the zipped files.

The iOS platform does not provide any set of APIs for the ZipUnzip feature. Using the Objective-Zip library, a third party library, a set of Native Function APIs are generated, which give complete functionality of zip and unzip.

APIs

For more information about ZipUnzip APIs for iOS, click here.

Sample Application

Click here to download the sample application.