I suspect that this might be caused by the text/uri-list type produced by the iOS copy action. Therefore, callinggetData with the ‘incorrect’ type results in
Indeed, text/uri-list seems to be an Apple-ism that I wasn’t familiar with. How would you expect it to be handled? I guess it usually holds a single URL, in which case pasting it as text seems reasonable. But if there are multiple, should they be treated as separate blocks? Just text separated by spaces? Or does it not really matter?