This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 58
[iOS] Enabling App Tracking Transparency (ATTracking Framework)
Camilo edited this page Jun 18, 2021
·
1 revision
With iOS 14.5, Apple introduced a new framework called App Tracking Transparency (ATT). This new framework replaces the previous LAT mechanism (Limit Ad Tracking), which allowed users to limit their unique identifier to be passed along for ad tracking. While the LAT was set globally in settings, the ATT is applied to every app and device. It works similarly to asking the user for the location or push notification permission.
More info on
- https://swiftsenpai.com/development/get-ready-apptrackingtransparency/
- https://medium.nextlevelswift.com/app-tracking-transparency-framework-in-swift-and-ios-14-5-45f73697174a
Set tracking_enabled
to true (1) in settings.plist
This will show the ATTracking alert on App Start.
- Telegram: https://t.me/jasonelle
- Website: https://jasonelle.com
- Additional: https://jasonelle-archive.github.io/docs/legacy/