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 7992569
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T13:36:01+00:00 2026-06-04T13:36:01+00:00

People, How Can I Zip my iOS app’s sqlite database? Because I’m trying to

  • 0

People,

How Can I Zip my iOS app’s sqlite database? Because I’m trying to sinc it with the cloud but im having some troubles…

Which classes I’m supposed to use to zip it ? please help me out!

  • 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-04T13:36:02+00:00Added an answer on June 4, 2026 at 1:36 pm

    You can use ZipArchive, its a objective c wrapper to zip/unzip –
    http://code.google.com/p/ziparchive/

    for zip :-

    NSArray* paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES);
        NSString* dPath = [paths objectAtIndex:0];
        NSString* txtfile = [dPath stringByAppendingPathComponent:@"test.txt"];
        NSString* zipfile = [dPath stringByAppendingPathComponent:@"test.zip"];
        ZipArchive* zip = [[ZipArchive alloc] init];
        BOOL ret = [zip CreateZipFile2:zipfile];
        ret = [zip addFileToZip:txtfile newname:@"test.txt"];//zip
        if( ![zip CloseZipFile2] )
        {
            zipfile = @"";
        }
        [zip release];
        NSLog(@"The file has been zipped");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In my app people can read newsmessages and add a reaction etcetra. The articels
I have created a site where people can create a profile. But I am
I have a web app where people can create custom content on the web
We have an asp app on which people can take tests. On the test
I'm trying to implement a submission system where people can fill out personal information
I am going to install first application in my android phone, but having some
Where multiple people can work on same css. is it possible to follow semantic
We have a CMS where people can upload images. We currently don't offer a
I am creating a page where people can post articles. When the user posts
I have an website where people can place a vote like this: http://mysite.com/vote/25 This

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.