Named UIPasteboard between apps?
Is it possible to use a named UIPasteboard (ie, not the global one) to transfer data between two apps? the apps are completely independent of each other, so have different bundle IDs from different vendors I'd like to use a named pasteboard, so the user's own content in the global pasteboard is not overwritten Apple's docs say: Pasteboards may be public or private. Public pasteboards are called system pasteboards; private pasteboards are created by applications, and hence are called application pasteboards. The implication is that a pasteboard can be either "global and public" or "named and