Appium XCUIElement showing the same displayed text in accessibility id, value, name, label

I’ve started using Appium for iOS app automation. The developers had put the ids and name to every element in the app code to assist the automation engineers, however, when I inspect it using Appium it doesn’t show any of them. It shows only the same displayed text in accessibility id, value, name, label.

What should I ask developer so that those id and names can be used for automation using Appium.