I am building an mobile app in AppStudio, where I need to read tags from layers.
It is based on the MapViewer template, and I have a web map that contains a layer (stored as an item on ArcGIS Online). When I click on the map it iterates through the layers and adds them to the map view. Currently the map only contains my layer and a base map. I've added a tag on the layer item, and I'm positive, that I got the correct layers. I can see that when I write the item id in the console log. But still the tags written to the console log is empty.
Has anyone else had this issue? And if so, is there a fix to this.
Thanks in advance.
/Carsten