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 c20016f commit 566af01Copy full SHA for 566af01
BranchSDK/Branch.m
@@ -226,6 +226,11 @@ - (id)initWithInterface:(BNCServerInterface *)interface
226
[self loadUserAgent];
227
228
BranchJsonConfig *config = BranchJsonConfig.instance;
229
+
230
+ if (config.enableLogging) {
231
+ [self enableLogging];
232
+ }
233
234
if (config.checkPasteboardOnInstall) {
235
[self checkPasteboardOnInstall];
236
}
0 commit comments