Created
October 22, 2014 23:41
-
-
Save flurrydev/0be424db2110e3f8530b 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
| //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