Hello!
I am trying to load a WMTS-service with multiple layers through the ArcGIS Runtime for C# (WPF), but the LoadStatus of the service and the underlying layers always results in NotLoaded.
The WMTS-service is public (https://public-wms.met.no/mapproxy/verportal/wmts).
I have followed the different possible solutions according to this example, but the result is always the same (LoadStatus = NotLoaded, no LoadError).
Is there a known issue with WMTS-service layers in the runtime, or are there any alternative ways to try to load the service? Any tip or suggestion is greatly appreciated!