Get Clipboard iOS

Clipboard text cannot be retrieved from iOS device using driver.getClipboardText();

A blank string is returned.

Any workaround ideas on how to implement?

Using XCode 11.2

It works only with Simulator for iOS. With real paste copied text into any input with your app under test and check it.