On Mon, Aug 30, 2010 at 5:14 AM, Chris Hanson wrote:
> On Aug 28, 2010, at 10:00 AM, Andy Bell wrote:
>
> > At a later date I want to use something like REST using JSON to be the
> backend to Core Data in the application. Is this going to be possible?
>
> Core Data only has API for creating you
On Aug 28, 2010, at 10:00 AM, Andy Bell wrote:
> At a later date I want to use something like REST using JSON to be the
> backend to Core Data in the application. Is this going to be possible?
Core Data only has API for creating your own atomic persistent stores - that
is, persistent stores w
On 28 Aug 2010, at 12:00 PM, Andy Bell wrote:
> I am designing an application which will use Core Data with a local
> persistent store. At a later date I want to use something like REST using
> JSON to be the backend to Core Data in the application. Is this going to be
> possible? Will I hav
I am designing an application which will use Core Data with a local persistent
store. At a later date I want to use something like REST using JSON to be the
backend to Core Data in the application. Is this going to be possible? Will I
have many issues moving to the remote backend from the loc