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 7276778 commit 120b8faCopy full SHA for 120b8fa
Branch-SDK/Branch-SDK/BNCConfig.m
@@ -8,7 +8,7 @@
8
9
#include "BNCConfig.h"
10
11
-NSString * const BNC_API_BASE_URL = @"https://api.branch.io";
+NSString * const BNC_API_BASE_URL = @"https://api2.branch.io";
12
BOOL const BNC_API_PINNED = YES;
13
NSString * const BNC_API_VERSION = @"v1";
14
NSString * const BNC_LINK_URL = @"https://bnc.lt";
Branch-TestBed/Branch-TestBed/Branch-TestBed-Info.plist
@@ -37,11 +37,6 @@
37
<string></string>
38
<key>LSRequiresIPhoneOS</key>
39
<true/>
40
- <key>NSAppTransportSecurity</key>
41
- <dict>
42
- <key>NSAllowsArbitraryLoads</key>
43
- <true/>
44
- </dict>
45
<key>UILaunchStoryboardName</key>
46
<string>LaunchScreen</string>
47
<key>UIMainStoryboardFile</key>
0 commit comments