Created
July 22, 2015 20:25
-
-
Save evanbarry/8989597d0c048cbc6070 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [[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