I'm using the offline mode in Arcgis maps by downloading Geodatabase and offline tpk with Xamarin.Forms. Is there any way to get the attachments of the asset while working offline with ArcGIS Runtime. And ArcGISFeature.GetAttachmentsAsync() method getting the attachments of Asset in online mode but this method does not work with offline mode.
await arcGISFeature.GetAttachmentsAsync();