Apple Transport Security or not

11 Aug 2022 By MORISSARD Jérôme

On iOS, the network exchanges is an important layer of the security. This layer is used by the App when performing network requests with :

  • URLSession,
  • URLConnection,
  • WKWebView loading,
  • Thirdparty librairies (Alamofire, AFNetworking)

Using our current database we have discovered that 48% of the iOS app have remove or disable this protection.