NSURLSession request fails when call from iOS 8.3 It work perfectly in iOS 12

34 Views Asked by At

I am using an https URL and project deployment target is 8.1 I am using Xcode 10.2 to build the app. My app works perfectly in ios 12, But when I run the app in ios 8.1 service call fails. I am not getting any errors in the message. I have tried with challenge delegate methods with NSURLSession. I have added different security disabling method to info.plist But still not working.

0

There are 0 best solutions below