<?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: install both 10.2 and 100.2 sdk in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/install-both-10-2-and-100-2-sdk/m-p/150201#M1404</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arthur,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The `Identify` functionality is available in 100.x version as well. It is not a separate task like 10.2.x version. There are bunch of `Identify` methods on &lt;A href="https://developers.arcgis.com/ios/latest/api-reference/interface_a_g_s_geo_view.html"&gt;AGSGeoView&lt;/A&gt;&amp;nbsp;to perform on either GraphicsOverlay or Layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The identify sample is also available &lt;A href="https://github.com/Esri/arcgis-runtime-samples-ios/tree/master/arcgis-ios-sdk-samples/Maps/Identify%20layers"&gt;here&lt;/A&gt;.&amp;nbsp;&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;Regards,&lt;/P&gt;&lt;P&gt;Nimesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Feb 2018 21:17:26 GMT</pubDate>
    <dc:creator>NimeshJarecha</dc:creator>
    <dc:date>2018-02-21T21:17:26Z</dc:date>
    <item>
      <title>install both 10.2 and 100.2 sdk</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/install-both-10-2-and-100-2-sdk/m-p/150199#M1402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm currently developing with the SDK, which is in 100.x.x version and I installed it with cocoapods. However, I also need the function "AGSIdentifytask" which is only provided in 10.x.x version.(Cuz I couldn't&amp;nbsp;find it on the user guide)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to install both of them at the same time?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried specifying both versions in the podfile, however, it wouldnt let me do so.&lt;/P&gt;&lt;P&gt;And I also tried install 10.2.4 manually with the sdk&amp;nbsp;online, and 100.x.x with cocoapods, but still no luck, since they use the same framework name, when I import it in my codes, it only recognize the one from cocoapods.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2018 19:48:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/install-both-10-2-and-100-2-sdk/m-p/150199#M1402</guid>
      <dc:creator>ArthurWu</dc:creator>
      <dc:date>2018-02-21T19:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: install both 10.2 and 100.2 sdk</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/install-both-10-2-and-100-2-sdk/m-p/150200#M1403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank your for your question! &amp;nbsp;All of the &lt;EM&gt;Identify&lt;/EM&gt; operations have been moved to the &lt;EM&gt;AGSGeoView&lt;/EM&gt; class in the 100.x release. &amp;nbsp;There are several different variations of &lt;EM&gt;Identify&lt;/EM&gt; method, so choose the one that works best for you. &amp;nbsp;If those don't meet your needs, can you be more specific as to what the &lt;EM&gt;AGSIdentifyTask&lt;/EM&gt; did that you can't do in 100.x?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2018 21:12:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/install-both-10-2-and-100-2-sdk/m-p/150200#M1403</guid>
      <dc:creator>MarkDostal</dc:creator>
      <dc:date>2018-02-21T21:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: install both 10.2 and 100.2 sdk</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/install-both-10-2-and-100-2-sdk/m-p/150201#M1404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arthur,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The `Identify` functionality is available in 100.x version as well. It is not a separate task like 10.2.x version. There are bunch of `Identify` methods on &lt;A href="https://developers.arcgis.com/ios/latest/api-reference/interface_a_g_s_geo_view.html"&gt;AGSGeoView&lt;/A&gt;&amp;nbsp;to perform on either GraphicsOverlay or Layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The identify sample is also available &lt;A href="https://github.com/Esri/arcgis-runtime-samples-ios/tree/master/arcgis-ios-sdk-samples/Maps/Identify%20layers"&gt;here&lt;/A&gt;.&amp;nbsp;&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;Regards,&lt;/P&gt;&lt;P&gt;Nimesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2018 21:17:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/install-both-10-2-and-100-2-sdk/m-p/150201#M1404</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2018-02-21T21:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: install both 10.2 and 100.2 sdk</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/install-both-10-2-and-100-2-sdk/m-p/150202#M1405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for replying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the function I'm&amp;nbsp;looking is to initialize identify task with URL. However it seems not to be appeared in the API reference. But I do managed to do so by setting up a urlsession, and handle the result manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another question,&lt;/P&gt;&lt;P&gt;I'm using data from tile packages. But im not sure how to retrieve legend data from the package. Is there an example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2018 19:17:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/install-both-10-2-and-100-2-sdk/m-p/150202#M1405</guid>
      <dc:creator>ArthurWu</dc:creator>
      <dc:date>2018-02-23T19:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: install both 10.2 and 100.2 sdk</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/install-both-10-2-and-100-2-sdk/m-p/150203#M1406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arthur,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are trying to say is that you don't need Identify Task in 100.2 SDK. The functionality is inbuilt in the AGSGeoView/AGSMapView. You just add the layer to the map and then use `identify` method foe layer/layers you are interested in. Did you look at the sample in the link I provided?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please create another question for the new issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nimesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2018 19:22:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/install-both-10-2-and-100-2-sdk/m-p/150203#M1406</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2018-02-23T19:22:51Z</dc:date>
    </item>
  </channel>
</rss>

