Hi All,
We are using AGSGeodatabaseSyncTask to generate offline geodatabases. In the generated geodatabase we don't want to include existing feature attachments. To do this, we set the AGSGenerateGeodatabaseParameters.returnAttachments = false.
My first question is: am I able to add attachments to the features in the generated geodatabase?. Here is my post about the issue a few years back: https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/offline-geodatabase-attachments/m-p/653941
My second question is: how do I determine if a layer is enabled with attachment capability? Because we set AGSGenerateGeodatabaseParameters.returnAttachments = false, I have noticed that the AGSArcGISFeatureTable.hasAttachments is always false even though the feature layer in the feature service is already enabled with attachment...
Thanks,
Shimin