Skip to content

Instantly share code, notes, and snippets.

@flurrydev
Created November 1, 2019 22:37
Show Gist options
  • Save flurrydev/b4c2bc842e2afa2705ecfca73ec1b343 to your computer and use it in GitHub Desktop.
Save flurrydev/b4c2bc842e2afa2705ecfca73ec1b343 to your computer and use it in GitHub Desktop.
GDPR_iOS
NSDictionary *consentDict = [[NSDictionary alloc] initWithObjectsAndKeys:@"iab", @"IAB_Consent_String", nil];
[FlurryConsent updateConsentInformation: [[FlurryConsent alloc] initWithGDPRScope:YES andConsentStrings: consentDict]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment