Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enforce Apple App Tracking Transparency (ATT) Configuration #8

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

yangkenneth
Copy link
Contributor

What changed? Why?

  • Remove check for is_mobile_app from URL parameter from a WebView and use app_tracking_transparency_enabled to persist is_mobile_app cookie. This implementation is used to honor the Apple Do Not Track (DNT) configuration from a users' device instead of disabling cookies solely because the request is coming from a mobile device.

Notes to reviewers
@Sneh1999 few action items to iterate on:

  • Build out Github Actions auto-release process.
  • Have prior unit test errors that need to be cleaned up.

How has it been tested?

app_tracking_transparency_enabled URL Parameter False
tracking_disabled

app_tracking_transparency_enabled URL Parameter True
tracking_enabled

@yangkenneth yangkenneth merged commit 4ff4e1f into main Feb 28, 2024
5 checks passed
@yangkenneth yangkenneth deleted the yangkenneth/ios-app-tracking branch February 28, 2024 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants