Skip to content

Commit c4d67c1

Browse files
committed
SDK-1440 revert removal of enableTestMode on iOS
1 parent 4fbf059 commit c4d67c1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/ios/BranchSDK.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ - (void)continueUserActivity:(CDVInvokedUrlCommand*)command
8686
#pragma mark - Public APIs
8787
#pragma mark - Branch Basic Methods
8888

89+
- (void)enableTestMode:(CDVInvokedUrlCommand*)command
90+
{
91+
[Branch setUseTestBranchKey:TRUE];
92+
}
93+
8994
- (void)initSession:(CDVInvokedUrlCommand*)command
9095
{
9196
[[Branch getInstance] registerPluginName:@"CordovaIonic" version:pluginVersion];

0 commit comments

Comments
 (0)