Please help with this, I'm using the latest IBMMobileFirstPlatformFoundation.framework When try to login to https server.
[[WLAuthorizationManager sharedInstance] login:@"AuthenticateUser" withCredentials:params withCompletionHandler:^(NSError *error){ if (error != nil) { errorHandler(error); }else{ successHandler(nil); } }];
Below error message is shown.
Thread 1: "A security policy configured with
WLAFSSLPinningModeCertificate
can only be applied on a manager with a secure base URL (i.e. https)"