ABPerson in Core Data

Posted by eman on Stack Overflow See other posts from Stack Overflow or by eman
Published on 2010-03-16T06:04:39Z Indexed on 2010/03/16 6:06 UTC
Read the original article Hit count: 705

I'm trying to figure out to store a reference to an ABPerson in a Core Data store on an iPhone app. Ultimately, I'd like to be able to sync with a Mac version of the app (I'm assuming ABRecordIDs wouldn't be the same for the iPhone and the Mac). I was thinking of storing the record ID, name, and email and checking against those--is there a better way?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c