<?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 Offline Feature Editing Sample (Beta) in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/offline-feature-editing-sample-beta/m-p/394211#M3392</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What do I need to do to set it up and start it up in offline mode using the *.geodatabase generated by the sample?&amp;nbsp; Also is it possible to give the geodatabase a name instead of a random number when it is being generated?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Shimin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Feb 2014 21:32:22 GMT</pubDate>
    <dc:creator>ShiminCai</dc:creator>
    <dc:date>2014-02-25T21:32:22Z</dc:date>
    <item>
      <title>Offline Feature Editing Sample (Beta)</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/offline-feature-editing-sample-beta/m-p/394211#M3392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What do I need to do to set it up and start it up in offline mode using the *.geodatabase generated by the sample?&amp;nbsp; Also is it possible to give the geodatabase a name instead of a random number when it is being generated?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Shimin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 21:32:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/offline-feature-editing-sample-beta/m-p/394211#M3392</guid>
      <dc:creator>ShiminCai</dc:creator>
      <dc:date>2014-02-25T21:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Offline Feature Editing Sample (Beta)</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/offline-feature-editing-sample-beta/m-p/394212#M3393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Shimin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Basically, you need to prepare two major things:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Make sure to generate a geodatabase from a feature service with sync-enabled (Must ArcGIS Server 10.2.1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Add the geodatabase to the app by using three class:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;AGSGDBGeodatabase&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/os-x/api-reference/interface_a_g_s_g_d_b_geodatabase.html"&gt;https://developers.arcgis.com/os-x/api-reference/interface_a_g_s_g_d_b_geodatabase.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;AGSFeatureTable &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/os-x/api-reference/interface_a_g_s_feature_table.html"&gt;https://developers.arcgis.com/os-x/api-reference/interface_a_g_s_feature_table.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and AGSFeatureTableLayer&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/os-x/api-reference/interface_a_g_s_feature_table_layer.html"&gt;https://developers.arcgis.com/os-x/api-reference/interface_a_g_s_feature_table_layer.html&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would suggest to read this online documentation:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/ios/guide/create-an-offline-map.htm"&gt;https://developers.arcgis.com/ios/guide/create-an-offline-map.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Currently I don't think you can generate a specific name instead of a string of number. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But also as a reminder, since the offline is still in beta, there are some limitation needs to know:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/ios/info/known-limitations.htm"&gt;https://developers.arcgis.com/ios/info/known-limitations.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this answer your question.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 16:20:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/offline-feature-editing-sample-beta/m-p/394212#M3393</guid>
      <dc:creator>YueWu1</dc:creator>
      <dc:date>2014-03-06T16:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Offline Feature Editing Sample (Beta)</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/offline-feature-editing-sample-beta/m-p/394213#M3394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Nathan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot for the instructions and document links that I'll study. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Shimin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 20:28:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/offline-feature-editing-sample-beta/m-p/394213#M3394</guid>
      <dc:creator>ShiminCai</dc:creator>
      <dc:date>2014-03-06T20:28:26Z</dc:date>
    </item>
  </channel>
</rss>

