<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: importDeltaAsync doesn't apply data changes as edits and cannot perform upload sync in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/importdeltaasync-doesn-t-apply-data-changes-as/m-p/1539593#M6240</link>
    <description>&lt;P&gt;Thank you for your reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I am trying to achieve:&lt;/P&gt;&lt;P&gt;I am able to export deltas as a form of backup of local edits. I export these delta(s) to an SD Card. If the device breaks, the deltas can be retrieved from the SD Card if the SD Card didn't also break. This is helpful especially when the user is in an area where they do not have internet access.&lt;/P&gt;&lt;P&gt;What I'm trying to achieve is a way of then using that exported delta to upload those changes to the Feature Service.&lt;/P&gt;</description>
    <pubDate>Tue, 17 Sep 2024 16:48:16 GMT</pubDate>
    <dc:creator>NathanMeade</dc:creator>
    <dc:date>2024-09-17T16:48:16Z</dc:date>
    <item>
      <title>importDeltaAsync doesn't apply data changes as edits and cannot perform upload sync</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/importdeltaasync-doesn-t-apply-data-changes-as/m-p/1538352#M6238</link>
      <description>&lt;P&gt;When I call&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;GeodatabaseSyncTask.&lt;SPAN&gt;importDeltaAsync&lt;/SPAN&gt;(&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;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?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2024 15:57:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/importdeltaasync-doesn-t-apply-data-changes-as/m-p/1538352#M6238</guid>
      <dc:creator>NathanMeade</dc:creator>
      <dc:date>2024-09-13T15:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: importDeltaAsync doesn't apply data changes as edits and cannot perform upload sync</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/importdeltaasync-doesn-t-apply-data-changes-as/m-p/1539590#M6239</link>
      <description>&lt;P&gt;This is expected behavior. The importDelta() function is a way to manually update the geodatabase with changes extracted from the service. These are not considered "local edits" that are performed on the device and need to be uploaded to the service.&lt;BR /&gt;&lt;BR /&gt;Can you describe what are you are trying to achieve and how you were expecting to use importDelta() to achieve it? That'll help us provide some alternatives&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 16:42:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/importdeltaasync-doesn-t-apply-data-changes-as/m-p/1539590#M6239</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2024-09-17T16:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: importDeltaAsync doesn't apply data changes as edits and cannot perform upload sync</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/importdeltaasync-doesn-t-apply-data-changes-as/m-p/1539593#M6240</link>
      <description>&lt;P&gt;Thank you for your reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I am trying to achieve:&lt;/P&gt;&lt;P&gt;I am able to export deltas as a form of backup of local edits. I export these delta(s) to an SD Card. If the device breaks, the deltas can be retrieved from the SD Card if the SD Card didn't also break. This is helpful especially when the user is in an area where they do not have internet access.&lt;/P&gt;&lt;P&gt;What I'm trying to achieve is a way of then using that exported delta to upload those changes to the Feature Service.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 16:48:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/importdeltaasync-doesn-t-apply-data-changes-as/m-p/1539593#M6240</guid>
      <dc:creator>NathanMeade</dc:creator>
      <dc:date>2024-09-17T16:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: importDeltaAsync doesn't apply data changes as edits and cannot perform upload sync</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/importdeltaasync-doesn-t-apply-data-changes-as/m-p/1544495#M6253</link>
      <description>&lt;P&gt;Your best bet would be to backup the entire geodatabase on the device and then rescue it from the SD card and sync.&lt;BR /&gt;Other than that, you can try directly calling the FeatureService Sync REST API uploading the delta, but that requires passing in some details like ServerGen which are only stored internally in the geodatabase&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2024 19:36:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/importdeltaasync-doesn-t-apply-data-changes-as/m-p/1544495#M6253</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2024-10-01T19:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: importDeltaAsync doesn't apply data changes as edits and cannot perform upload sync</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/importdeltaasync-doesn-t-apply-data-changes-as/m-p/1546127#M6255</link>
      <description>&lt;P&gt;Good to know about the REST API with uploading the delta. Also good to know that the ServerGen from the original Geodatabase would be needed as well. Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1212"&gt;@DiveshGoyal&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2024 13:33:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/importdeltaasync-doesn-t-apply-data-changes-as/m-p/1546127#M6255</guid>
      <dc:creator>NathanMeade</dc:creator>
      <dc:date>2024-10-07T13:33:37Z</dc:date>
    </item>
  </channel>
</rss>

