I am working on Xamarin iOS platform while loading a URL in webview I am getting the error
The operation couldn’t be completed. (NSURLErrorDomain error -999.)
I have also added the NSAppTransportSecurity
key in info.plist
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
But it is not working. Please help me to resolve this issue.