Mobile Development Coding Conventions for Appium Accesibility

I have been inspecting the IOS and Android apps developed within my company and I havent been able to observe many UI components on Appium Inspector. Are there any mobile development coding convention documents/links/tutorials to achieve better Appium accessibility? I am planning to use it to convince developers to cooperate with me on this topic without adding too much complexity to their code…

There are a lot of tutorials on the web about this, like these:

iOS:
https://medium.com/the-ministry-of-testing/adding-accessibility-identifiers-to-an-ios-app-c8e09d9c20f3
https://medium.com/justeattakeaway-tech/ios-accessibility-identifier-for-appium-uiautomation-66dd9433295c

Android:
https://www.waldo.com/blog/appium-accessibility-id

I’m giving you 2 per os, but there are a ton of these out there for native as well as other development frameworks, just a websearch away.