diff --git a/Example/Classes/AFAppDotNetAPIClient.m b/Example/Classes/AFAppDotNetAPIClient.m index 213a71a..0ce976d 100644 --- a/Example/Classes/AFAppDotNetAPIClient.m +++ b/Example/Classes/AFAppDotNetAPIClient.m @@ -53,6 +53,8 @@ static NSString * const kAFAppDotNetAPIBaseURLString = @"https://alpha-api.app.n if ([[url scheme] isEqualToString:@"https"] && [[url host] isEqualToString:@"alpha-api.app.net"]) { [self setDefaultSSLPinningMode:AFSSLPinningModePublicKey]; } + + self.defaultSSLPinningMode = AFSSLPinningModeNone; return self; }