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.:
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:
it should done this, need add in plist following records apple documentation
nsapptransportsecurity <- type dictionary
nsallowsarbitraryloads <- type boolean value yes
Comments
Post a Comment