Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9076653
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T19:09:51+00:00 2026-06-16T19:09:51+00:00

I am creating an application which unizp the files, after googling I found that

  • 0

I am creating an application which unizp the files, after googling I found that we can use libz.dylib which is already available in Cocoa touch. What is strange to me that , I am not able to find any documents for libs.dylib. Can anyone provide me some official documentation ? And also if we want to unzip the files, everyone is suggesting to use some 3rd party libraries to unzip the files. Can’t we do with the default libz.dylib ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T19:09:51+00:00Added an answer on June 16, 2026 at 7:09 pm

    you can do like this way:-

    i found one greate answer in stack overflow below from this link download and unzip file in iOS please check below

    I’ve used ZipArchive with success in the past. It’s pretty ligthweight and simple to use, supports password protection, multiple files inside a ZIP, as well as compress & decompress.

    The basic usage is:

    NSString *filepath = [[NSBundle mainBundle] pathForResource:@"ZipFileName" ofType:@"zip"];
    ZipArchive *zipArchive = [[ZipArchive alloc] init];
    [zipArchive UnzipOpenFile:filepath Password:@"xxxxxx"];
    [zipArchive UnzipFileTo:{pathToDirectory} overWrite:YES];
    [zipArchive UnzipCloseFile];
    [zipArchive release];
    

    more examples about this package here

    I have also tried SSZipArchive in some projects.
    Below line would unzip your zip file.

    [SSZipArchive unzipFileAtPath:path toDestination:destination];
    

    please also check the example hope its helps you 🙂

    Edit

    please visit this :-

    libz.dylib versus libz.1.2.3.dylib versus libz.1.2.5.dylib

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm creating an application which must be 'hacker compatible', so that people can edit
I am creating an application which produces some files/directories in my WebContent folder and
I am creating an application which will expire after some particular time limit. means
I'm creating an application which writes log files daily and i'd like to know
I am creating an application which contains questions and answers(objective type) , so that
I am creating an application which uploads file to gmail account avilable space can
I am creating an application which must execute a function that takes too long
I'm creating an application which has a home screen that looks like the native
I am creating a application which displays 8 thumbnails per page and it can
I am creating application which is having functionality like 1 person can view video

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.