I am creating an RSS reader purely for my own educational purposes and am so far using plists to persist the feed references, unread counts etc.
Is this a wise choice or would I be better placed using core data instead?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
Probably. Plists are fine for small amounts of data (especially things like storing preferences), but once you start having a lot of feeds and related information, you’ll want to be using sqlite under the hood.