ios webview加载https网址

2024-11-01 14:09:45

1、首先找到appdelegate.m文件,找到@end

2、在@end下面敲入如下代码。@implementation NSURLRequest(DataController)+ (BOOL)allowsAnyHTTPSCertificateForHost:(NSString *)host{ return YES;}@end

ios webview加载https网址

3、如图所示,,然后运行程序。等一会就好了。

猜你喜欢