Skip to content

Commit 7866773

Browse files
authored
Merge pull request #397 from BranchMetrics/testbed-fixes
minor stuff
2 parents f4bc163 + 1e22844 commit 7866773

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

Branch-TestBed/Branch-TestBed/AppDelegate.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
3030
// Required. Initialize session. automaticallyDisplayDeepLinkController is optional (default is NO).
3131
[branch initSessionWithLaunchOptions:launchOptions automaticallyDisplayDeepLinkController:YES deepLinkHandler:^(NSDictionary *params, NSError *error) {
3232
if (!error) {
33+
NSLog(@"initSession succeeded with params: %@", params);
3334
// Deeplinking logic for use when automaticallyDisplayDeepLinkController = NO
3435
/*
3536
NSString *deeplinkText = [params objectForKey:@"deeplink_text"];

Branch-TestBed/Branch-TestBed/Branch-TestBed-Info.plist

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,14 @@
4747
<array>
4848
<string>UIInterfaceOrientationPortrait</string>
4949
</array>
50-
<key>branch_app_domain</key>
51-
<string>er3j.app.link</string>
52-
<key>branch_key</key>
53-
<dict>
54-
<key>live</key>
55-
<string>key_live_jbgnjxvlhSb6PGH23BhO4hiflcp3y8kx</string>
56-
<key>test</key>
57-
<string>key_test_jkptOCZtmtxhOMZ11ynbXecdDCd93cbr</string>
58-
</dict>
59-
<key>UILaunchStoryboardName</key>
50+
<key>branch_key</key>
51+
<dict>
52+
<key>live</key>
53+
<string>key_live_jbgnjxvlhSb6PGH23BhO4hiflcp3y8kx</string>
54+
<key>test</key>
55+
<string>key_test_jkptOCZtmtxhOMZ11ynbXecdDCd93cbr</string>
56+
</dict>
57+
<key>UILaunchStoryboardName</key>
6058
<string>LaunchScreen</string>
6159
</dict>
6260
</plist>

0 commit comments

Comments
 (0)