We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ebbc1 commit 9ec8fcbCopy full SHA for 9ec8fcb
Branch-TestBed/Branch-TestBed/ViewController.m
@@ -66,7 +66,7 @@ - (IBAction)createBranchLinkButtonTouchUpInside:(id)sender {
66
linkProperties.feature = feature;
67
linkProperties.channel = channel;
68
[linkProperties addControlParam:@"$desktop_url" withValue: desktop_url];
69
- [linkProperties addControlParam:@"$ios_url" withValue: channel];
+ [linkProperties addControlParam:@"$ios_url" withValue: ios_url];
70
71
[self.branchUniversalObject getShortUrlWithLinkProperties:linkProperties andCallback:^(NSString *url, NSError *error) {
72
[self.branchLinkTextField setText:url];
0 commit comments