How to configure Proxy script on Xamarin iOS

349
1
10-11-2023 03:01 AM
Labels (4)
YashvitNaik
New Contributor III

Hello,

I'm working on an iOS application and I'm using the (Esri.ArcGISRuntime 100.15.1) Nuget Package. Just like addProxyRule(rule) method in JavaScript, is there any method for Xamarin iOS to set the Proxy. I am using https://xyz.com/proxy.ashx Proxy script. 

If there is no method for Xamarin what is the other way to set my proxy script?

Thank you in advance.

0 Kudos
1 Reply
dotMorten
New Contributor III

Are you referring to this proxy? https://github.com/Esri/resource-proxy/

If so, those proxies were mainly meant for webapps, not native apps. Can you share some details around why the proxy is needed in your xamarin app?

0 Kudos