When I tried to login to the application using a webservice. I also set my plist-file like the following
plist-file
I got the following error. This error
You can input this in Appdelegate.m
Here is the code:
@implementation NSURLRequest(DataController) + (BOOL)allowsAnyHTTPSCertificateForHost:(NSString *)host{ return YES; }