I need to convert a CoreData object into NSData (to send it to another app via GameKit).
I tried using NSKeyedArchiver and NSKeyedUnarchiver, but it seems archiving and unarchiving CoreData objects is tricker than normal objects.
I've been digging through the CoreData documentation, but haven't found any clue, yet. Can someone point me to the proper doc or give me a hint how to do this?
Thanks in advance.