Hello,
We're trying to open a popup defined in an external service, but the iOS/Swift (200.x) SDK doesn't seem to respect the `popupInfo` definition.
This is our setup:
- load map (eg basemap)
- after map is loaded, add external layer using `let featureTable = ServiceFeatureTable(url: url), let layer = FeatureLayer(featureTable: featureTable), map.addOperationLayer(layer)`
- after layer is loaded, go to a point defined in the layer and tap
- fields defined for that point are loaded/visible, but media/attachments are not
When inspecting the result of `IdentifyLayerResult`, the `popups` property is empty. When inspecting the service layer, after layer.load(), the `popupDefinition` is not set, popupsAreEnabled is set to true.
Any suggestions on what should we try? Is this use case supported?
Thank you,
Marius