Top "App-transport-security" questions

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

Transport security has blocked a cleartext HTTP

What setting do I need to put in my info.plist to enable HTTP mode as per the following error …

ios xcode ios9 ios10 app-transport-security
How do I load an HTTP URL with App Transport Security enabled in iOS 9?

So, the new beta SDK of iOS released last night has "App Transport Security" which encourages developers to use https …

ios url nsurl ios9 app-transport-security
How to use NSURLConnection to connect with SSL for an untrusted cert?

I have the following simple code to connect to a SSL webpage NSMutableURLRequest *urlRequest=[NSMutableURLRequest requestWithURL:url]; [ NSURLConnection sendSynchronousRequest: urlRequest …

ios objective-c https ssl-certificate app-transport-security
iOS9 getting error “an SSL error has occurred and a secure connection to the server cannot be made”

Since I upgraded my existing project with iOS 9, I keep getting the error : An SSL error has occurred and a …

ios ssl-certificate app-transport-security
kCFStreamErrorDomainSSL, -9802 when connecting to a server by IP address through HTTPS in iOS 9

We have an iOS app that connects to our server through HTTPS. When the app is built with the new …

ios iphone afnetworking ios9 app-transport-security
iOS 9 Facebook login simulator -canOpenURL: failed for URL: "fbauth2:///" - error: "(null)"

I've updated to Xcode 7 and the latest iOS SDK. I've added the appropriate entries in my app's plist: My app's …

ios facebook facebook-ios-sdk ios9 app-transport-security
Export Compliance in iOS App Submission

I making a new app and want to submit to app store. But at the time of final submission there …

ios http https app-store app-transport-security
How to Enable TLS 1.2, 1.1,1.0, and SSL in iOS app?

My question is related to Apple Transport Security (ATS) and I am too much confused. I want to support all …

ios tls1.2 app-transport-security
"This app is not allowed to query for scheme cydia" IOS9 error

I have an app where I hit a HTTP Request <NSURLConnection: 0x12d755110> { request: <NSMutableURLRequest: 0x12d754…

ios ios9 url-scheme app-transport-security
iOS 9 ... Are WebView(s) exempt from the App Transport Security Exceptions (ATS) rules that block insecure HTTP hosts?

In iOS 9, Apple is blocking insecure HTTP connections for apps, unless specific hosts are whitelisted. http://ste.vn/2015/06/10/configuring-app-transport-security-ios-9-osx-10…

ios uiwebview ios9 wkwebview app-transport-security