Skip to content

Commit 2d934a2

Browse files
committed
SDK-96 disable certificate pinning, bare min requirement
1 parent b2831b1 commit 2d934a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Branch-SDK/Branch-SDK/BNCConfig.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include "BNCConfig.h"
1010

1111
NSString * const BNC_API_BASE_URL = @"https://api2.branch.io";
12-
BOOL const BNC_API_PINNED = YES;
12+
BOOL const BNC_API_PINNED = NO;
1313
NSString * const BNC_API_VERSION = @"v1";
1414
NSString * const BNC_LINK_URL = @"https://bnc.lt";
1515
NSString * const BNC_SDK_VERSION = @"0.25.10";

0 commit comments

Comments
 (0)