2 choices out of the box - Core Data and SQLite

Core data (once learnt) saves you a lot of time writing cookie cutter code.

As for storage - the iOS platform obviously has storage limitations by device 
so if you’re going to target 8GB devices you’ve already got a limit but within 
reason an app can store many GB of data locally (some games are massive). If 
your deployment case is for corporate controlled devices you may have a smaller 
set of parameters to worry about.




On 23-Aug-2014, at 10:24, Carl Hoefs <newsli...@autonomy.caltech.edu> wrote:

> I’m writing a Cocoa-based iOS 8 app that needs to store and manage data 
> locally on the device. Is there a relational database available for general 
> purpose use in iOS 8? Is there a limitation to how much space an app can use 
> in its sandbox? I presume a database would necessarily need to reside in 
> <Application_Home>/Documents/...
> 
> -Carl
> 
> 
> _______________________________________________
> 
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
> 
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
> 
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/cocoa-dev/mhoward%40mahoward.com
> 
> This email sent to mhow...@mahoward.com


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to