<?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: IOS Swift - Proxy Setup in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-swift-proxy-setup/m-p/1420257#M7779</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1055"&gt;@NimeshJarecha&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thank you for this info, but is there any upcoming packages or libraries or any other concept which will accept proxy URL as Layers in Map View. Please let me know.&lt;/P&gt;&lt;P&gt;Or else whenever concept will available, please notify me.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 May 2024 04:06:49 GMT</pubDate>
    <dc:creator>JyoshnaRani</dc:creator>
    <dc:date>2024-05-08T04:06:49Z</dc:date>
    <item>
      <title>IOS Swift - Proxy Setup</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-swift-proxy-setup/m-p/1418025#M7768</link>
      <description>&lt;P&gt;How to setup proxy in Swift for IOS Devices.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please provide sample code example for this setup.&amp;nbsp;&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 12:03:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-swift-proxy-setup/m-p/1418025#M7768</guid>
      <dc:creator>JyoshnaRani</dc:creator>
      <dc:date>2024-05-02T12:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: IOS Swift - Proxy Setup</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-swift-proxy-setup/m-p/1418755#M7770</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/789812"&gt;@JyoshnaRani&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Could you please provide more details about the type of proxy you want to set up and your specific use case? This will help me understand your requirements better and provide a more accurate and relevant response.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nimesh&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 15:21:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-swift-proxy-setup/m-p/1418755#M7770</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2024-05-03T15:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: IOS Swift - Proxy Setup</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-swift-proxy-setup/m-p/1419153#M7773</link>
      <description>&lt;P&gt;Hello Nimesh,&lt;/P&gt;&lt;P&gt;Please see my sample code what exactly I am trying.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Local Server Connection:&lt;/P&gt;&lt;PRE&gt;var featureLayers = [FeatureLayer(featureTable: ServiceFeatureTable(url: URL(string: "&lt;A href="https://local" target="_blank"&gt;https://localhosturl.com&lt;/A&gt;")!))]&lt;BR /&gt;map.addOperationalLayers(featureLayers)&lt;/PRE&gt;&lt;P&gt;Note: In local server where proxy is not required there "FeatureLayer" is adding into a&amp;nbsp; arcgis map.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Live Server Connection(Prod):&lt;/P&gt;&lt;PRE&gt;var featureLayers = [FeatureLayer(featureTable: ServiceFeatureTable(url: URL(string: "https://myserver/api/maps/proxy?https://localhosturl.com")!))]&lt;BR /&gt;map.addOperationalLayers(featureLayers)&lt;/PRE&gt;&lt;P&gt;Note:&amp;nbsp; But same coding only URL changed for production build,&amp;nbsp; "FeatureLayer" is not adding in map.&lt;/P&gt;&lt;P&gt;For the&amp;nbsp;security purpose prod build has&amp;nbsp;proxy setup - "&lt;A href="https://myserver/api/maps/proxy?&amp;quot;" target="_blank"&gt;https://myserver/api/maps/proxy?"&lt;/A&gt;&amp;nbsp;in the prefix of the&amp;nbsp;FeatureLayer URL.&lt;/P&gt;&lt;P&gt;Hope I explained you about my query.&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 03:50:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-swift-proxy-setup/m-p/1419153#M7773</guid>
      <dc:creator>JyoshnaRani</dc:creator>
      <dc:date>2024-05-06T03:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: IOS Swift - Proxy Setup</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-swift-proxy-setup/m-p/1419994#M7777</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/789812"&gt;@JyoshnaRani&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for providing additional information. As you spotted my response in another &lt;A href="https://community.esri.com/t5/swift-maps-sdk-questions/setup-proxy-rule-for-ios-arcgis-map/m-p/1419749" target="_self"&gt;thread&lt;/A&gt;, the &lt;SPAN&gt;SDK does not support the proxy url format you are using.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Nimesh&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 16:49:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-swift-proxy-setup/m-p/1419994#M7777</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2024-05-07T16:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: IOS Swift - Proxy Setup</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-swift-proxy-setup/m-p/1420257#M7779</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1055"&gt;@NimeshJarecha&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thank you for this info, but is there any upcoming packages or libraries or any other concept which will accept proxy URL as Layers in Map View. Please let me know.&lt;/P&gt;&lt;P&gt;Or else whenever concept will available, please notify me.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 04:06:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/ios-swift-proxy-setup/m-p/1420257#M7779</guid>
      <dc:creator>JyoshnaRani</dc:creator>
      <dc:date>2024-05-08T04:06:49Z</dc:date>
    </item>
  </channel>
</rss>

