Hi all,
I have a Core Data-based app that keeps records of purchase receipts, and I'd like to know if I can send one specific record (i.e., one row from the SQLite table) from one phone to another via email or whatever. I'd like to have a button that says "send a copy of this receipt to so-and-so" that would email the record that could then be imported. These are very small records that have less than 20 rows.
I know that this has been asked before (http://stackoverflow.com/questions/2040784/core-data-store-sharing-between-iphone-apps), but I'm wondering if anyone who has actually implemented this could share an approach.
Thanks!