Skip to content

Commit

Permalink
Merge pull request #1 from segment-integrations/vanand17-patch-1
Browse files Browse the repository at this point in the history
Add consentManager plugin
  • Loading branch information
bsneed authored May 22, 2024
2 parents 167df5a + 1cec443 commit 6e41ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example/BasicExample/BasicExample/BasicExampleApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ extension Analytics {
// we were notified (optionally) that consent changed.
print("Consent Changed")
}

analytics.add(plugin: consentManager)
// Optionally add the IDFAConsent plugin if ATT is to be used.
// It will capture ATT changes and notify the consent manager.
// You'll need to copy this code into YOUR codebase and modify it
Expand Down

0 comments on commit 6e41ad6

Please sign in to comment.