请帮助解决这个问题,我在尝试登录 https 服务器时使用的是最新的 IBMMobileFirstPlatformFoundation.framework。
[[WLAuthorizationManager sharedInstance] login:@"AuthenticateUser" withCredentials:params withCompletionHandler:^(NSError *error){ if (error != nil) { errorHandler(error); }else{ successHandler(nil); } }];
显示以下错误消息。
线程 1:“配置的安全策略
WLAFSSLPinningModeCertificate
只能应用于具有安全基本 URL(即 https)的管理器”