Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

[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

Enable Tracking in settings.plist

Set tracking_enabled to true (1) in settings.plist

imagen

This will show the ATTracking alert on App Start.

Clone this wiki locally