<?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: AGSFeatureTableLayer - Invalid JSON in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsfeaturetablelayer-invalid-json/m-p/144577#M1344</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Colin,&lt;/P&gt;&lt;P&gt;There are a few features that are not currently supported by AGSFeatureServiceTable including online querying and editing for non-spatial tables. It is recommended to use AGSFeatureLayer instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P style="font-size: 0.875rem; margin-bottom: 1.71429em; color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif;"&gt;This &lt;SPAN class="usertext" style="font-family: 'Lucida Console', Monaco, monospace;"&gt;AGSFeatureLayer&lt;/SPAN&gt; model provides additional capabilities that are currently not supported by the &lt;SPAN class="usertext" style="font-family: 'Lucida Console', Monaco, monospace;"&gt;AGSGDBFeatureServiceTable&lt;/SPAN&gt;, including the ability to:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Query and edit layers created from nonspatial tables (as opposed to spatial layers) in a feature service&lt;/LI&gt;&lt;LI&gt;Query the related tables of a service layer&lt;/LI&gt;&lt;LI&gt;Track edits and control editing privileges on a per-user basis&lt;/LI&gt;&lt;LI&gt;View and work with time-aware layers and services&lt;/LI&gt;&lt;LI&gt;View and work with versioned layers and services&lt;/LI&gt;&lt;/UL&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Related doc &lt;A href="https://developers.arcgis.com/ios/objective-c/guide/editing.htm"&gt;here&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Suganya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Dec 2014 19:02:13 GMT</pubDate>
    <dc:creator>SuganyaBaskaran1</dc:creator>
    <dc:date>2014-12-03T19:02:13Z</dc:date>
    <item>
      <title>AGSFeatureTableLayer - Invalid JSON</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsfeaturetablelayer-invalid-json/m-p/144576#M1343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to create an AGSFeatureTableLayer from a AGSFeatureServiceTable for online editing, and I'm receiving an '&lt;STRONG&gt;Invalid JSON'&lt;/STRONG&gt; error in the AGSLayerDeletgate -didFailToLoadWithError(). It's hard to tell what could be the problem. The layer I'm trying to build is a non-spatial table layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have insight as to what this error could mean? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Colin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:&lt;/P&gt;&lt;P&gt;I've successfully created an AGSFeatureTableLayer for the spatial feature service, with no problems.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 17:13:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsfeaturetablelayer-invalid-json/m-p/144576#M1343</guid>
      <dc:creator>ColinCole</dc:creator>
      <dc:date>2014-12-03T17:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: AGSFeatureTableLayer - Invalid JSON</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsfeaturetablelayer-invalid-json/m-p/144577#M1344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Colin,&lt;/P&gt;&lt;P&gt;There are a few features that are not currently supported by AGSFeatureServiceTable including online querying and editing for non-spatial tables. It is recommended to use AGSFeatureLayer instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P style="font-size: 0.875rem; margin-bottom: 1.71429em; color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif;"&gt;This &lt;SPAN class="usertext" style="font-family: 'Lucida Console', Monaco, monospace;"&gt;AGSFeatureLayer&lt;/SPAN&gt; model provides additional capabilities that are currently not supported by the &lt;SPAN class="usertext" style="font-family: 'Lucida Console', Monaco, monospace;"&gt;AGSGDBFeatureServiceTable&lt;/SPAN&gt;, including the ability to:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Query and edit layers created from nonspatial tables (as opposed to spatial layers) in a feature service&lt;/LI&gt;&lt;LI&gt;Query the related tables of a service layer&lt;/LI&gt;&lt;LI&gt;Track edits and control editing privileges on a per-user basis&lt;/LI&gt;&lt;LI&gt;View and work with time-aware layers and services&lt;/LI&gt;&lt;LI&gt;View and work with versioned layers and services&lt;/LI&gt;&lt;/UL&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Related doc &lt;A href="https://developers.arcgis.com/ios/objective-c/guide/editing.htm"&gt;here&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Suganya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 19:02:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsfeaturetablelayer-invalid-json/m-p/144577#M1344</guid>
      <dc:creator>SuganyaBaskaran1</dc:creator>
      <dc:date>2014-12-03T19:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: AGSFeatureTableLayer - Invalid JSON</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsfeaturetablelayer-invalid-json/m-p/144578#M1345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahh ok, I missed this in the docs. Thanks! I'll try this workflow out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 19:50:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsfeaturetablelayer-invalid-json/m-p/144578#M1345</guid>
      <dc:creator>ColinCole</dc:creator>
      <dc:date>2014-12-03T19:50:08Z</dc:date>
    </item>
  </channel>
</rss>

