I am facing the Problem when I have updated my Xcode to 7.0 or iOS 9.0. Somehow it started giving me the Titled error
\"The resource could not be load
Be aware, using NSAllowsArbitraryLoads = true
in the project's info.plist
allows all connection to any server to be insecure. If you want to make sure only a specific domain is accessible through an insecure connection, try this:
Or, as source code:
NSAppTransportSecurity
NSExceptionDomains
domain.com
NSExceptionAllowsInsecureHTTPLoads
NSIncludesSubdomains
Clean & Build project after editing.