I am facing the error while making HTTPS request :-
NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9813).
I did some google and there were some solutions mentioned to by pass the ATS (Application Transport Security) by mentioning the following key in my project info plist file. This is the issue in iOS9 and above.
**Keys are :-
key :- NSAppTransportSecurity
value : -NSAllowsArbitraryLoads : true**
I have tried this solution. But i am still facing the same issue all the time. I am stuck in this. Can anyone please help me ?
