Skip to content

Commit 120b8fa

Browse files
authored
DEVEX-808 change url and enable ATS (#884)
1 parent 7276778 commit 120b8fa

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Branch-SDK/Branch-SDK/BNCConfig.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#include "BNCConfig.h"
1010

11-
NSString * const BNC_API_BASE_URL = @"https://api.branch.io";
11+
NSString * const BNC_API_BASE_URL = @"https://api2.branch.io";
1212
BOOL const BNC_API_PINNED = YES;
1313
NSString * const BNC_API_VERSION = @"v1";
1414
NSString * const BNC_LINK_URL = @"https://bnc.lt";

Branch-TestBed/Branch-TestBed/Branch-TestBed-Info.plist

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@
3737
<string></string>
3838
<key>LSRequiresIPhoneOS</key>
3939
<true/>
40-
<key>NSAppTransportSecurity</key>
41-
<dict>
42-
<key>NSAllowsArbitraryLoads</key>
43-
<true/>
44-
</dict>
4540
<key>UILaunchStoryboardName</key>
4641
<string>LaunchScreen</string>
4742
<key>UIMainStoryboardFile</key>

0 commit comments

Comments
 (0)