We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a0650f commit 35d57cfCopy full SHA for 35d57cf
src/ios/dependencies/Branch-SDK/BNCConfig.m
@@ -9,7 +9,7 @@
9
#include "BNCConfig.h"
10
11
NSString * const BNC_API_BASE_URL = @"https://api2.branch.io";
12
-BOOL const BNC_API_PINNED = YES;
+BOOL const BNC_API_PINNED = NO;
13
NSString * const BNC_API_VERSION = @"v1";
14
NSString * const BNC_LINK_URL = @"https://bnc.lt";
15
-NSString * const BNC_SDK_VERSION = @"0.25.10";
+NSString * const BNC_SDK_VERSION = @"0.25.11";
0 commit comments