what is best way to store long term data in iphone Core Data or SQLLite?
Posted
by AmitSri
on Stack Overflow
See other posts from Stack Overflow
or by AmitSri
Published on 2010-06-14T12:01:29Z
Indexed on
2010/06/14
14:12 UTC
Read the original article
Hit count: 268
Hi all,
I am working on i-Phone app targeting 3.1.3 and later SDK. I want to know the best way to store user's long term data on i-phone without losing performance, consistency and security.
I know, that i can use Core Data, PList and SQL-Lite for storing user specific data in custom formats.But, want to know which one is good to use without compromising app performance and scalability in near future.
Thanks
© Stack Overflow or respective owner