App Transport Security is a feature that improves the security of connections between an app and web services.
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-securitySo, 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-securityI 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-securitySince 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-securityWe 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-securityI'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-securityI 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-securityMy question is related to Apple Transport Security (ATS) and I am too much confused. I want to support all …
ios tls1.2 app-transport-securityI have an app where I hit a HTTP Request <NSURLConnection: 0x12d755110> { request: <NSMutableURLRequest: 0x12d754…
ios ios9 url-scheme app-transport-securityIn 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