<?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: Map didn't load when choose 'trustHostAndContinue' on iOS in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/map-didn-t-load-when-choose-trusthostandcontinue/m-p/614189#M5412</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you have added `Allow Arbitrary Loads = YES`, try removing the `Exception Domains`?&lt;/P&gt;&lt;P&gt;Also, challenge has a type property, you should call `trustHostAndContinue` only if the `challenge.type == .untrustedHost`.&lt;/P&gt;&lt;P&gt;Also, what is the error when layer fails to load?&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>Tue, 03 Dec 2019 23:04:05 GMT</pubDate>
    <dc:creator>NimeshJarecha</dc:creator>
    <dc:date>2019-12-03T23:04:05Z</dc:date>
    <item>
      <title>Map didn't load when choose 'trustHostAndContinue' on iOS</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/map-didn-t-load-when-choose-trusthostandcontinue/m-p/614186#M5409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, I got a problem:&lt;/P&gt;&lt;P&gt;- When I using base map with my local server, a pop up appear with title: "Can not verify the identity of 'XXX'" and the message is: "The server's certificate is invalid. You might be connecting to a server that is pretending to be 'XXX', which could put your confidential information at risk. Would you like to connect any way?", then I choose 'Continue' but the map didn't load anymore.&lt;/P&gt;&lt;P&gt;- I tried to implement the&amp;nbsp;AGSAuthenticationManager delegate and adding trustHostAndContinue but the map not working anymore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me, thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Dec 2019 04:55:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/map-didn-t-load-when-choose-trusthostandcontinue/m-p/614186#M5409</guid>
      <dc:creator>ThinhNguyen1</dc:creator>
      <dc:date>2019-12-01T04:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Map didn't load when choose 'trustHostAndContinue' on iOS</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/map-didn-t-load-when-choose-trusthostandcontinue/m-p/614187#M5410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Thinh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like you are using the self-signed certificate on the server. Apple has updated their requirement for the certificates on the server. Please go through below link and make sure your certificate matches the requirement.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://support.apple.com/en-us/HT210176" title="https://support.apple.com/en-us/HT210176"&gt;Requirements for trusted certificates in iOS 13 and macOS 10.15 - Apple Support&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to try, can you add&amp;nbsp;the `App Transport Security Settings` in your info.plist file with either setting the `NSAllowsArbitraryLoads = YES` or setting exception of your server with `NSExceptionAllowsInsecureHTTPLoads = YES`? Does it work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer details of setting the&amp;nbsp;&lt;SPAN&gt;`App Transport Security Settings` in below link.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developer.apple.com/documentation/security/preventing_insecure_network_connections" title="https://developer.apple.com/documentation/security/preventing_insecure_network_connections"&gt;Preventing Insecure Network Connections | Apple Developer Documentation&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>Mon, 02 Dec 2019 17:32:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/map-didn-t-load-when-choose-trusthostandcontinue/m-p/614187#M5410</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2019-12-02T17:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Map didn't load when choose 'trustHostAndContinue' on iOS</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/map-didn-t-load-when-choose-trusthostandcontinue/m-p/614188#M5411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help,&lt;/P&gt;&lt;P&gt;I tried to implement privacies in the plist file but it seems no working.&lt;/P&gt;&lt;P&gt;Btw, my device is running iOS 12.4.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached my plist configuration image and the authentication delegate for better understanding.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="/legacyfs/online/475118_Screen Shot 2019-12-03 at 2.08.52 PM.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji jive-image image-2 j-img-original" src="/legacyfs/online/475119_Screen Shot 2019-12-03 at 2.10.24 PM.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2019 07:10:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/map-didn-t-load-when-choose-trusthostandcontinue/m-p/614188#M5411</guid>
      <dc:creator>ThinhNguyen1</dc:creator>
      <dc:date>2019-12-03T07:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Map didn't load when choose 'trustHostAndContinue' on iOS</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/map-didn-t-load-when-choose-trusthostandcontinue/m-p/614189#M5412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you have added `Allow Arbitrary Loads = YES`, try removing the `Exception Domains`?&lt;/P&gt;&lt;P&gt;Also, challenge has a type property, you should call `trustHostAndContinue` only if the `challenge.type == .untrustedHost`.&lt;/P&gt;&lt;P&gt;Also, what is the error when layer fails to load?&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>Tue, 03 Dec 2019 23:04:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/map-didn-t-load-when-choose-trusthostandcontinue/m-p/614189#M5412</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2019-12-03T23:04:05Z</dc:date>
    </item>
  </channel>
</rss>

