Cannot load HTTP links in UIWebView in iOS 9 -


i trying load http links within uiwebview. links website reliable. have searched internet , found solution here: how can add nsapptransportsecurity info.plist file?

after following solution info.plist looks this.:

enter image description here

even after making changes cannot load http links within uiwebview. following error:

app transport security has blocked cleartext http (http://) resource load since insecure

is there doing wrong?

update:

after making changes suggested ramshad in comments still not work. see image below:

enter image description here

it should done this, need add in plist following records apple documentation

nsapptransportsecurity <- type dictionary

nsallowsarbitraryloads <- type boolean value yes

enter image description here


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -