gpt4 book ai didi

ios - UIWebview 不在 ios9 中加载 URL

转载 作者:行者123 更新时间:2023-11-29 10:24:23 24 4
gpt4 key购买 nike

我想在 web View 中加载 url,就像这样

NSString *urlAddress = @"http://ashu007blr.tumblr.com/loadadd";
NSURL *url = [NSURL URLWithString:urlAddress];
NSURLRequest *requestObj = [NSURLRequest requestWithURL:url];
[self.adWeb loadRequest:requestObj];

但是我得到了这样的错误

The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.

我找到了谷歌的解决方案然后我在我的 info.plist 中添加了 NSAppTransportSecurity 就像

<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>

但它不起作用,我得到同样的错误。

最佳答案

这是你做的吗?

像这张图一样打开你的info.plist文件

http://imgur.com/mVvKD1R

并添加以下两个属性

  1. NSAppTransportSecurity

  2. NSAllowsArbitraryLoads

注意:第一个是NSDictionary类型,第二个是BOOL类型

关于ios - UIWebview 不在 ios9 中加载 URL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33195148/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com