Native iOS app elements are having generic name like UIA View

Im using Native iOS App and trying find element identification thro object spy with recording mode & direct identification too but object spy shows UIA VIEW, UIA VIEW IMAGE AND UIA…
Can you pls help to find valid elements name?

My Test Env - MacOS Sierra, Appium Studio Version 11.3.82 (11.3.82), iPhone 6+, iOS 9.3

can you share a screen shot of the object spy with the an example of one of the elements you are trying to identify?

your developers should probably consider adding an accessabilityIdentifier to the elements so you’ll have easier methods to identify your elements in a unique way

What we can offer you from the tool perspective is using unique xpath feature to identify the elements

https://docs.experitest.com/display/TD/AS+-+Copy+Unique+XPath

in detailed, The app is an blackberry access app. The app works fine when I instrument the iPA file &install thro appium studio but its blackberry access is not allowing the app to connect and shows error as “Error in Secure connection”. if i install thro BB access then appium studio is not identifying element as its not instrumented. Thanks