Currently I am using mpk files using ArcGIS .NET localmapservice (localfeatureservice) to view & edit using leaflet js library and I am doing this in offline mode.
I need to synchronize the changes I make to FeatureCollections in that MPK file with ArcGIS instance (available online) when I go online. Could you please show me the way on how to do that?
Or is that impossible & I just need to store all the REST calls & replay them manually over online instance once I get online?