I'm working on an app created in AppStudio (Qt Creator). The app is based on the MapViewer template which is able to use Mobile Map Packages (MMPK), and I want to be able to see the tags for each layer. It's possible to add tags on the layers in the MMPK, but I can't seem to figure out a way to read them in my code. I have a piece of code that iterates through all the layers, and I can see the layers tags by using the property tags on the ArcGISItem property, but since this is not an online layer I don't have that property on the offline layer. But as I wrote it's possible to add tags on the layers in the MMPK.

The screenshot above shows a tag on the layer in the MMPK.
Any ideas would be greatly appreciated 🙂