iosfacebookfacebook-loginapp-transport-security

App access blocked due to App Transport Security has blocked a cleartext HTTP and done almost everything


I am trying to login on my iOS App via Facebook using 6.4 SDK version, and I am constantly getting this error although I have done almost everything the Facebook developers page and SO here, recommends! Please help. I get this message:

Error

App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist file.

Here attached is a snapshot of my Info.Plist Thank you in advance.

enter image description here


Solution

  • You need to add this also Allows Arbitrary Loads

    enter image description here