2017-09-01 webView打开https,不验证证书标签(空格分隔): webview https 只需要条件一个类方法即可,这个方法在整个app中任何一个文件实现都可以,我是做sdk遇到这个问题,demo中webview https打不开,在集成app中竟然可以,最好发现,app中有类写了这两句代码 1234567@implementation NSURLRequest (NSURLRequestWithIgnoreSSL)+ (BOOL)allowsAnyHTTPSCertificateForHost:(NSString *)host{ return YES;}@end Newer (no title) Older