Does iOS SDK Pro provide any functions to do so?
Hi Twyix, we don’t currently support it yet. But this seems like a useful and easy functionality. We will add it in the next version, coming very soon.
Edit: We have released version 1.6.4.0 with this feature. Unity Asset Store is reviewing this version. If you would like to get it sooner, please email or PM us with your invoice number.
Usage is simple:
UIPasteboard pasteboard = UIPasteboard.GeneralPasteboard();
pasteboard.String = "U3DXT"; // copy string to clipboard
var str = pasteboard.String; // copy string from clipboard