When I call
GeodatabaseSyncTask.importDeltaAsync(
I'm able to see that the delta data has been applied to my local Geodatabase file. When I call geodatabase.hasLocalEdits() it is false, however. I also cannot upload the data changes that were applied either. Is this expected behavior? Are you prevented from uploading delta changes that have been applied locally?