Unable to Identify a Custom Control (Keyboard Container) in the IOS App under Test

Hi Team,

We are unable to identify the Custom Keyboard control which is a part of our application, 

Note: - Our app at this page will not accept input from ios keyboard, we have to use the app keyboard only.
So please Donot suggest sendkeys option, we already have tried it.

Please help us to identify the keyboard control,

The same control we are able to identify in Instrumented mode, whereas when used this xpath in the code it doesnot work.

Have also tried driver.context(“NATIVE_APP_INSTRUMENTED”) to switch to instrumented mode in the code,

.

Note : This is a cordova app.