Created
September 22, 2015 05:52
-
-
Save aaustin/8373dc982ddcb13226cc to your computer and use it in GitHub Desktop.
This file contains 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] createDiscoverableContentWithTitle:@"MyApp" | |
description:@"My app is disrupting apps" | |
thumbnailUrl:[NSURL URLWithString:@"https://s3-us-west-1.amazonaws.com/branchhost/mosaic_og.png"] | |
linkParams:@{@"object_id": @"1234", | |
@"object_data": @"Here's some important deep link data"} | |
type:@"content/image" | |
publiclyIndexable:YES | |
keywords:[NSSet setWithObjects:@"apps", @"disruption", @"next_facebook", nil]]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment