CFNetwork SSLHandshake failed iOS 9

后端 未结 11 1074
面向向阳花
面向向阳花 2020-11-22 09:38

has anyone with the iOS 9 beta 1 had this issue?

I use standard NSURLConnection to connect to a webservice and as soon as a call is made to the webservice i get th

11条回答
  •  孤街浪徒
    2020-11-22 10:25

    In your project .plist file in add this permission :

    NSAppTransportSecurity
    
        
        NSAllowsArbitraryLoads
        
    
    

提交回复
热议问题