Skip to content

Instantly share code, notes, and snippets.

@flurrydev
Created October 22, 2014 23:41
Show Gist options
  • Select an option

  • Save flurrydev/0be424db2110e3f8530b to your computer and use it in GitHub Desktop.

Select an option

Save flurrydev/0be424db2110e3f8530b to your computer and use it in GitHub Desktop.
//To set keywords
NSArray *keys = [NSArray arrayWithObjects:@"subsriber", nil];
NSArray *objects = [NSArray arrayWithObjects:@"0", nil];
NSDictionary *keywords = [NSDictionary dictionaryWithObjects:objects forKeys:keys];
[FlurryAds setKeywordsForTargeting:keywords];
//To clear the set keywords call
[FlurryAds clearKeywords];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment