I have an application where I would like to exchange information, managed via Core Data, between two iPhones.
Has anyone attempted this and if so what is deemed to be the best approach to doing so (i.e. are people using some intermediate format such as XML or JSON in a file or can the objects be transfered directly).
My apologies if the question appears too boroad in scope but I'm at the stage where I need to decide on an approach for the transfer and I Have no experience of this API.
I would be extremely grateful for any code samples, or links to any such sample, for transferring objects between devices using GameKit.