Top "App-transport-security" questions

App Transport Security is a feature that improves the security of connections between an app and web services.

AFNetworking - HTTP load failed (error code: -999) swift iOS

I am using AFNetworking with iOS 11. I am getting error like: Task <2EC9C49F-1889-4BFF-83B4-2047…

ios swift afnetworking app-transport-security
Is it safe to add localhost to App Transport Security (ATS) NSExceptionDomains?

Is it safe, in terms of security, to add localhost to ATS NSExceptionDomains for development use? It's not very convenient (…

ios iphone https app-transport-security
App TranSport security, allow arbitrary load not working after upgrade to IOS 10.1

I have an app that works fine in ios 9 and 10.0 (I have add the App Transport Security blocking with “Allow …

ios ios10 app-transport-security
Best way for verifying server compliance to Apple's ATS / TLS 1.2 requirement

So Apple requires TLS 1.2 with Forward Secrecy for URLs beginning iOS 9. Independent of the app, what's the best way to …

ios ssl tls1.2 app-transport-security
iOS 11 : SSL error occurred and connection to server cannot be made

When I’m trying to connect with Server (which is IIS) I’m getting below error on console window : API …

ios objective-c xcode ssl app-transport-security
React-native loading image over https works while http does not work

I want to load an Image in the iOS simulator over a http uri as source. But nothing is shown …

ios https react-native info.plist app-transport-security
App Transport Security does not work any more with iOS 11 Xcode 9

I've been working on an app...since the iOS 11 update disabling ATS does not work anymore I've added the below …

ios app-transport-security
Switching from http to https in iOS App brings up Export Compliance issues when publishing

We recently decided to update a couple of our apps this summer to switch them from http to https in …

ios https publishing app-transport-security
POST request error: NSURLConnection HTTP load failed iOS 10

I'm new to iOS programming. I want to connect my app to my web service (HTTPS). Why is XCode telling …

swift3 ios10 nsurlsession app-transport-security xcode8.2