Hi, we load a wms layer (and later a vector tiled layer) to build a Basemap that initializes the map in our android app. Currently, we try to make the map available offline but the error we get says the map must have an item property:
Caused by: com.arcgismaps.exceptions.ArcGISExceptionImpl: message=Illegal state., additionalMessage=Failed to load offline map task.
2023-07-17 15:15:41.259 20654-20654 System.err com.x.mobile.stage W The online map must have an item property which is its online portal item., errorCode=6
We don't operate the portal server and use direct URLs to the service, such as
https://sgx.geodatenzentrum.de/wms_topplus_open?request=GetCapabilities&service=wms
My question is now: How can I make a map available offline without the portal item?