From f6ed85168a4d6ec3c51a037802b07684e4cf91f0 Mon Sep 17 00:00:00 2001 From: Ernest Cho Date: Wed, 24 Mar 2021 11:45:50 -0700 Subject: [PATCH] CORE-1783 enable logging in the example, makes verification easier --- Examples/AdobeBranchExample/AdobeBranchExample/AppDelegate.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Examples/AdobeBranchExample/AdobeBranchExample/AppDelegate.m b/Examples/AdobeBranchExample/AdobeBranchExample/AppDelegate.m index faf2be0..a6553a0 100644 --- a/Examples/AdobeBranchExample/AdobeBranchExample/AppDelegate.m +++ b/Examples/AdobeBranchExample/AdobeBranchExample/AppDelegate.m @@ -64,6 +64,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:( // initialize Branch session, [AdobeBranchExtension initSessionWithLaunchOptions] is different from // [[Branch getInstance] initSessionWithLaunchOptions] in that it holds up initialization in order to collect // Adobe IDs and pass them to Branch as request metadata, see [AdobeBranchExtension delayInitSessionToCollectAdobeIDs] + [[Branch getInstance] enableLogging]; [AdobeBranchExtension initSessionWithLaunchOptions:launchOptions andRegisterDeepLinkHandler:^(NSDictionary * _Nullable params, NSError * _Nullable error) { if (!error && params && [params[@"+clicked_branch_link"] boolValue]) {