Skip to content

Instantly share code, notes, and snippets.

@evanbarry
Created July 22, 2015 20:25
Show Gist options
  • Select an option

  • Save evanbarry/8989597d0c048cbc6070 to your computer and use it in GitHub Desktop.

Select an option

Save evanbarry/8989597d0c048cbc6070 to your computer and use it in GitHub Desktop.
[[Branch getInstance] getShortURLWithParams:@{@"object_id": @"1234"} andChannel:@"sms" andFeature:BRANCH_FEATURE_TAG_SHARE andCallback:^(NSString *url, NSError *error) {
if (!error) NSLog(@"got my Branch link to share: %@", url);
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment