File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
Examples/AdobeBranchExample/AdobeBranchExample Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
6464 // initialize Branch session, [AdobeBranchExtension initSessionWithLaunchOptions] is different from
6565 // [[Branch getInstance] initSessionWithLaunchOptions] in that it holds up initialization in order to collect
6666 // Adobe IDs and pass them to Branch as request metadata, see [AdobeBranchExtension delayInitSessionToCollectAdobeIDs]
67+ [[Branch getInstance ] enableLogging ];
6768 [AdobeBranchExtension initSessionWithLaunchOptions: launchOptions andRegisterDeepLinkHandler: ^(NSDictionary * _Nullable params, NSError * _Nullable error) {
6869 if (!error && params && [params[@" +clicked_branch_link" ] boolValue ]) {
6970
You can’t perform that action at this time.
0 commit comments