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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T20:08:35+00:00 2026-05-23T20:08:35+00:00

I have an ios app that has alot of static content and static settings.

  • 0

I have an ios app that has alot of static content and static settings. right now, I save them in multiple plist files that I update when I release app updates. It’s convenient for me to save the content & settings in plist files rather than having them as arrays or dictionaries in the source code.

It came out that I have a plist for each module in my app and a generic plist file for settings. around 8 plist files for the entire app. mostly small plist files.

They are really small plist files and I only change them when I release an update, so I don’t see a reason why I should use core data or sqlite for it.

Does it reasonable to save all my content and settings in plist files and can it be a performance issue? Should I cache the plist data to make sure I phrase the files only once, or it’s a relatively cheap call?

  • 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-05-23T20:08:35+00:00Added an answer on May 23, 2026 at 8:08 pm

    If this pattern is working for you, then there’s no need to change it. There’s nothing wrong with storing your information in disparate plist files, particularly if there is no coupling between the data stored by one module and the data stored by another.

    The main benefit of using Core Data/SQLite is that it is relational. It understands how your state is related to other bits of state, and provides API’s for querying, sorting, browsing, and filtering it efficiently. If your data is non-relational, however, then there is little to be gained by stuffing it in a relational database.

    As for performance, if you are re-processing your plist files every time the user goes to view some bit of state, then that can be very inefficient. Personally I’d recommended keeping an in-memory array or dictionary that represents your plist state, and writing the in-memory data back to the plist whenever a change is made. Then reading is always fast, because you just use the in-memory copy.

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

Sidebar

Related Questions

I have an Xcode 4 project that has my iOS app and a static
I have a Rails app that has 2 clients -- an iOS app reads/writes
I have an iOS app with a UITableView that has flexible width, which allow
I have an old iOS app that I never distributed and am now trying
I have an iOS app that has been fetching the user's Facebook status updates
Hi I've built an IOS app that has a tab bar and extracts content
I have a Universal iOS app that has been in the App Store for
We have developed an iOS app that has been delivered to the customer as
I have an iOS app that uses a number of enums for valid values,
I'm doing an iOS app that crawl my youtube subscription's videos. I have a

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.