https个人证书测试 WebView加载网页报错1202 9

2018-04-26  本文已影响164人  SunnyLeong

import "MainViewController.h"

@interface DistributeViewController : MainViewController
@property (nonatomic,copy)NSNumber *companyID;
@property(nonatomic,copy)NSString *pathStr;

@end

@interface NSURLRequest (ForSSL)

@end

@implementation NSURLRequest (ForSSL)

}

@end

创建WebView的地方:
[NSURLRequest allowsAnyHTTPSCertificateForHost:self.pathStr];
[webView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:self.pathStr]]];

上一篇 下一篇

猜你喜欢

热点阅读