Setting custom EndPoint for iOS, as for .NET

nesprit

Posted on
Oct 26 2017

Hi,

With .NET/Xamarin package we can override RayGun API EndPoint :

apiEndpoint - A string URI containing the protocol, domain and port (optional) where all payloads will be sent to. This can be used to proxy payloads to the Raygun API through your own server. When not set this defaults internally to the Raygun API, and for most usages you won't need to set this.

How can we do this with the iOS native package in swift ?

Thank you !


Jason Fauchelle

Raygun

Posted on
Oct 26 2017

Hi nesprit,

Unfortunately the native iOS Raygun provider does not have this feature currently. I will bring this up as something to include in the next release. I do not have a time frame of when this will be available though sorry.

-Jason Fauchelle


nesprit

Posted on
Oct 26 2017

Hi Jason,

Thank you for your quick answer. This will be great to have this feature in then next release !

In fact we use a corporate reverse-proxy before send data to RayGun's server. It is a constraint imposed by the security for confidentiality. We have been using this for a year with Xamarin. Now it's time to extend use ( and licence ;-) ) to RayGun in other projects. But if this security constraint is not respected we will have to use another solution for our Swift project.

Best regards, Nicolas


Reply