Commit 80cb71f
fix(audience-sdk): gate iOS attribution providers behind AUDIENCE_MOBILE_ATTRIBUTION (SDK-347)
Without this define, iOS could collect ATT status and IDFA at runtime even
when AUDIENCE_MOBILE_ATTRIBUTION was not set, producing a mismatch between
runtime behaviour and the privacy manifest (NSPrivacyTracking = false while
IDFA was being collected). Both platforms now require the define before any
attribution provider is registered, matching the documented two-gate model.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 10d8092 commit 80cb71f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments