Skip to content

Instantly share code, notes, and snippets.

@Kevinwlee
Created July 15, 2014 14:16
Show Gist options
  • Save Kevinwlee/a633bc6e82a3a047168b to your computer and use it in GitHub Desktop.
Save Kevinwlee/a633bc6e82a3a047168b to your computer and use it in GitHub Desktop.
Add a subscripton for tags
[[CCHSubscriptionService sharedInstance] addSubscriptionsForTags:@[@"tag1", @"tag2", @"tag3"] options:nil completionHandler:^(NSError * error) {
if(!error) {
//you subscriptions were created.
}
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment