iOS SDK 4.2 includes a new UIApplicationDelegate method called application:openURL:sourceApplication:annotation:. It is a replacement for application:hand
You need to use the new Document Interaction classes, specifically you can send this data via the annotation property of UIDocumentInteractionController. See also: