Hi,
I am working with a service that has two feature tables that are not related to geometries (we use them for lookup) and I access the tables by name from the map layers, by matching on layerInfo.serviceLayerName.
Now this works just fine when online, but in offline-mode it seems these tables are not available and I can't seem to find it explained how to include them when taking the map offline. I assume they aren't included because they have no relationship with any geometry. I would rather not assign them to a dummy layer, if possible.
Is there a way of having them included with the offline data cleanly? I have been examining the parameter setup (defaultDownloadPreplannedOfflineMapParameters) for the AGSOfflineMapTask but still haven't found a way.
I see there are older posts referring to a LayerQuery but I am unsure on how to incorporate that on iOS, I'm using the 100.12 SDK btw.