Skip to content

Commit 2481367

Browse files
committed
Removed method from BranchPluginSupport
1 parent 6bc64c8 commit 2481367

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

BranchSDK/BranchPluginSupport.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ NS_ASSUME_NONNULL_BEGIN
1414

1515
+ (BranchPluginSupport *)instance;
1616

17-
/**
18-
Sets a custom base URL for all calls to the Branch API.
19-
@param url Base URL that the Branch API will use.
20-
*/
21-
+ (void)setAPIUrl:(NSString *)url;
22-
2317
/**
2418
Sets a custom CDN base URL.
2519
@param url Base URL for CDN endpoints.

BranchSDK/BranchPluginSupport.m

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,6 @@ + (BranchPluginSupport *)instance {
5454

5555
#pragma mark - Server URL methods
5656

57-
// Overrides base API URL
58-
+ (void)setAPIUrl:(NSString *)url {
59-
[[BNCPreferenceHelper sharedInstance] setBranchAPIURL:url];
60-
}
61-
6257
// Overrides base CDN URL
6358
+ (void)setCDNBaseUrl:(NSString *)url {
6459
[[BNCPreferenceHelper sharedInstance] setPatternListURL:url];

0 commit comments

Comments
 (0)