Skip to content

Commit

Permalink
CORE-1783 enable logging in the example, makes verification easier
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-branch committed Mar 24, 2021
1 parent 339b46c commit f6ed851
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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]) {

Expand Down

0 comments on commit f6ed851

Please sign in to comment.