I have a map with a set of layers consisting of two AGSVectorTiledLayers and seven AGSGroupLayers.
I currently authenticate by login in with a username and password. When I'm online, I have no problems viewing every set of layers.
However, there is one set of AGSGroupLayer that is only viewable AFTER you login. When I try to download the map for offline use, all layers and basemaps show up except the AGSGroupLayer that needs credentials. Is it possible to download this layer group for offline use or can it only be used while online?
For reference, I download the layers by using an offlineTileJob, offlineVectorTileJob, and AGSOfflineMapTask. I can post whatever code is needed, just want to know if it's possible to even do this. I felt like at one point I had these layers showing up offline, but I haven't been able to replicate it.