Re: iOS database within sandbox
Re: iOS database within sandbox
- Subject: Re: iOS database within sandbox
- From: "Michael A. Howard" <email@hidden>
- Date: Sat, 23 Aug 2014 11:03:47 +0930
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 <email@hidden> 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 (email@hidden)
>
> 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:
>
> This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden