I am creating an iOS app using Xamarin.
I am loading a url on a web view. This url is hosted on a secure server which needs to be authenticated.
I store cookies from login service of the app and want to set these cookies when loading the web view. But I cannot get any method to add it.
Could any one help regarding this?
Loading url is done by this line webview.LoadRequest(new NSUrlRequest(urlq));
But I can't add the cookies.