Using GameKit to transfer CoreData data between iPhones, via NSDictionary

Posted by OscarTheGrouch on Stack Overflow See other posts from Stack Overflow or by OscarTheGrouch
Published on 2010-06-17T03:56:24Z Indexed on 2010/06/17 4:03 UTC
Read the original article Hit count: 440

I have an application where I would like to exchange information, managed via Core Data, between two iPhones.

First turning the Core Data object to an NSDictionary (something very simple that gets turned into NSData to be transferred).

My CoreData has 3 string attributes, 2 image attributes that are transformables.

I have looked through the NSDictionary API but have not had any luck with it, creating or adding the CoreData information to it.

Any help or sample code regarding this would be greatly appreciated.

© Stack Overflow or respective owner

Related posts about core-data

Related posts about nsdictionary