I implemented a UIDocumentInteractionController to send files to other apps. The file is a .txt file.
Here\'s the code:
UIDocumentInteractionController *
This bug also appears on iPhone/iPod. Just set:
@property (nonatomic, retain) UIDocumentInteractionController *docController;
and it will be retain and the document passed to the new application.