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 4fbf059 commit c4d67c1Copy full SHA for c4d67c1
src/ios/BranchSDK.m
@@ -86,6 +86,11 @@ - (void)continueUserActivity:(CDVInvokedUrlCommand*)command
86
#pragma mark - Public APIs
87
#pragma mark - Branch Basic Methods
88
89
+- (void)enableTestMode:(CDVInvokedUrlCommand*)command
90
+{
91
+ [Branch setUseTestBranchKey:TRUE];
92
+}
93
+
94
- (void)initSession:(CDVInvokedUrlCommand*)command
95
{
96
[[Branch getInstance] registerPluginName:@"CordovaIonic" version:pluginVersion];
0 commit comments