Skip to content

Commit a229896

Browse files
Merge pull request #1222 from BranchMetrics/SDK-1774
[SDK-1774] Update iOS Testbed
2 parents b97d42e + c86f685 commit a229896

File tree

4 files changed

+873
-844
lines changed

4 files changed

+873
-844
lines changed

Branch-TestBed/Branch-TestBed/AppDelegate.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ - (BOOL)application:(UIApplication *)application
6060

6161
[self setLogFile:@"OpenNInstall"];
6262
// [branch setIdentity:@"Bobby Branch"];
63+
6364
[branch initSessionWithLaunchOptions:launchOptions
6465
andRegisterDeepLinkHandlerUsingBranchUniversalObject:
6566
^ (BranchUniversalObject * _Nullable universalObject, BranchLinkProperties * _Nullable linkProperties, NSError * _Nullable error) {

Branch-TestBed/Branch-TestBed/LogOutputViewController.m

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,4 @@ - (void)didReceiveMemoryWarning {
2424
// Dispose of any resources that can be recreated.
2525
}
2626

27-
/*
28-
@synthesize deepLinkingCompletionDelegate;
29-
- (void)configureControlWithData:(NSDictionary *)data {
30-
NSString *message = data[@"deeplink_text"];
31-
dispatch_async(dispatch_get_main_queue(), ^{
32-
_logOutputTextView.text = message;
33-
});
34-
}*/
35-
36-
3727
@end

0 commit comments

Comments
 (0)