Skip to content

Instantly share code, notes, and snippets.

@jgonfer
Last active May 23, 2018 06:56
Show Gist options
  • Save jgonfer/a844b6dea39062476781a2699c04d99a to your computer and use it in GitHub Desktop.
Save jgonfer/a844b6dea39062476781a2699c04d99a to your computer and use it in GitHub Desktop.
Implementation of the new GDPR function to comply with the GDPR.
unity_ads_set_gdpr_consent(1);
// You can also use the new macros UAYes and UANo
unity_ads_set_gdpr_consent(UAYes);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment