ios - After I updated to Xcode7, my apps can't connect to specific address -


in of apps use nsurl connect specific address; doesn't work following upgrade xcode 7.

what can do?

from ios 9 onwards, have set nsallowsarbitraryloads key yes under nsapptransportsecurity dictionary in .plist file. hope helps!

plist configuration


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -