Skip to content

Commit f6ed851

Browse files
committed
CORE-1783 enable logging in the example, makes verification easier
1 parent 339b46c commit f6ed851

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Examples/AdobeBranchExample/AdobeBranchExample/AppDelegate.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)