Hi there,
Updating a feature with an AGSGeodatabaseFeatureTable fails and gets the "Geodatabase item not found" error:
geodatabaseFeatureTable?.update(updatedFeature, completion: { error in
if error != nil {
print(error.localizedDescription)
//"Geodatabase item not found"
}
})
It works fine with the feature service counterpart AGSServiceFeatureTable. Noticed it was a bug
- BUG-000140772: Applying edits on a ServiceFeatureTable fails against ArcGIS Enterprise 10.6.1 with the error “Geodatabase item not found.”
on AGSServiceFeatureTable. https://community.esri.com/t5/arcgis-runtime-sdks-blog/announcing-arcgis-runtime-100-11-2/ba-p/1071731
I'm on ArcGIS Runtime SDK for iOS 100.13. Does anybody get any idea please?
Thanks,
Shimin