Appium sendkeys issue

Facing this issue.It is working but giving warnings

Untitled

Please Help

I am using Java client 7.3.0

dont use getKeyBoard since it will not work on ios device, use sendKey directly

driver.sendKey(“hi”);