<?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 Loading Map thumbnails from secured ArcGIS Server in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/loading-map-thumbnails-from-secured-arcgis-server/m-p/156311#M1414</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Forum,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am building an iOS App that provides a selection of multiple maps including a thumbnail to every map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If a user clicks one, this map is loaded to the mapview.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Before the server was secured, i retrieved the name of the thumbnail from the Map-JSON i retrieved from the server, built the right URL (like &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;server&amp;gt;/arcgis/mobile/content/items/&amp;lt;THE_MAP_ID&amp;gt;/info/thumbnail/thumb_mapname.png) and fetched the thumbnail manually.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However, since the server is secured this method does not work, because i need the credential to access this server-area.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Loading maps etc. with the credential works fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any possibility to load the thumbnails via the ArcGIS iOS SDK?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Aug 2013 12:37:35 GMT</pubDate>
    <dc:creator>ThomasSvitil</dc:creator>
    <dc:date>2013-08-21T12:37:35Z</dc:date>
    <item>
      <title>Loading Map thumbnails from secured ArcGIS Server</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/loading-map-thumbnails-from-secured-arcgis-server/m-p/156311#M1414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Forum,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am building an iOS App that provides a selection of multiple maps including a thumbnail to every map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If a user clicks one, this map is loaded to the mapview.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Before the server was secured, i retrieved the name of the thumbnail from the Map-JSON i retrieved from the server, built the right URL (like &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;server&amp;gt;/arcgis/mobile/content/items/&amp;lt;THE_MAP_ID&amp;gt;/info/thumbnail/thumb_mapname.png) and fetched the thumbnail manually.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However, since the server is secured this method does not work, because i need the credential to access this server-area.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Loading maps etc. with the credential works fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any possibility to load the thumbnails via the ArcGIS iOS SDK?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 12:37:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/loading-map-thumbnails-from-secured-arcgis-server/m-p/156311#M1414</guid>
      <dc:creator>ThomasSvitil</dc:creator>
      <dc:date>2013-08-21T12:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Map thumbnails from secured ArcGIS Server</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/loading-map-thumbnails-from-secured-arcgis-server/m-p/156312#M1415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You'd have to make the HTTP request on your own to fetch the thumbnail. The SDK does not fetch it for you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can use the &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://developers.arcgis.com/en/ios/api-reference/interface_a_g_s_request_operation.html" rel="nofollow" target="_blank"&gt;AGSRequestOperation&lt;/A&gt;&lt;SPAN&gt; class; this class makes it easy to make custom HTTP requests. If you give it a properly set up credential, it will also take care of performing the authentication for you when&amp;nbsp; making that request&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 18:07:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/loading-map-thumbnails-from-secured-arcgis-server/m-p/156312#M1415</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2013-08-23T18:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Map thumbnails from secured ArcGIS Server</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/loading-map-thumbnails-from-secured-arcgis-server/m-p/156313#M1416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello technobrat,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you very much for you answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It solved my problem quite well &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I should have read the documentation more careful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 12:18:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/loading-map-thumbnails-from-secured-arcgis-server/m-p/156313#M1416</guid>
      <dc:creator>ThomasSvitil</dc:creator>
      <dc:date>2013-08-28T12:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Map thumbnails from secured ArcGIS Server</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/loading-map-thumbnails-from-secured-arcgis-server/m-p/156314#M1417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN style="color:&amp;quot;#000000&amp;quot;;"&gt;Did you use the SDK that technobrat recommeded to you to creat thumbnails? Did it woek well? I suggest you try to choose one whose way of processing is simple and fast to help you&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://www.rasteredge.com/how-to/csharp-imaging/thumbnail-creating/" rel="nofollow"&gt;&lt;SPAN style="color:&amp;quot;#000000&amp;quot;;"&gt;creat thumnails&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="color:&amp;quot;#000000&amp;quot;;"&gt;. It will be much better if it is totally manual and can be defined by users according to its&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://www.rasteredge.com/how-to/csharp-imaging/sdk-programming/" rel="nofollow"&gt;&lt;SPAN style="color:&amp;quot;#000000&amp;quot;;"&gt;programming tutorials&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="color:&amp;quot;#000000&amp;quot;;"&gt;. Try its freetrials first if possible. I hope you success. Good luck.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Arron&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 02:29:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/loading-map-thumbnails-from-secured-arcgis-server/m-p/156314#M1417</guid>
      <dc:creator>arronlee</dc:creator>
      <dc:date>2013-09-13T02:29:57Z</dc:date>
    </item>
  </channel>
</rss>

