Not able to get accessibility ID/names/any unique IDs after we inspect from Appium

We are trying to inspect our company app on real ipad using Appium inspector, the app opens in inspector – but we are not able to get accessibility ID/names/any unique IDs
Need your help/suggestions

Screen shot attached for more details

Environment:
Appium Desktop – v1.7.1
Eclipse: Version Oxygen.1a Release (4.7.1a)
Real device iPad

Our json Code is below for inspecting:

{
“platformVersion”: “11.2”,
“platformName”: “ios”,
“deviceName”: " Test iPad ",
“xcodeOrgid”: “LEXXXXXX”,
“xcodeSigningId”: “iphone Developer”,
“udid”: “xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx”,
“automationName”: “XCUITest”,
“app”: “/Users/svc-mac/Desktop/test.app”,
“noReset”: true
}

you have to create unique xpaths by using xpath axes :slight_smile:

thanks for the reply - appium suggests not use the xpaths since it leads to fragile tests, so any others suggestions ?