I'm updating some apps from runtime 2.5 to 100.4
It looks like the AGSGDBFeatureTable saveFeature method has been replaced by the AGSGeodatabaseFeatureTable addFeature and updateFeature methods.
Do I need to detect if the feature is "new" and use the appropriate add or update method now?