From f03dfb5e9bfc28ab6e5d1ebd417672defcf255d2 Mon Sep 17 00:00:00 2001 From: rutavi <140802751+rutavi@users.noreply.github.com> Date: Fri, 12 Apr 2024 14:24:04 +0300 Subject: [PATCH] Update app_tracking_transparency.md --- flutter_documentation/app_tracking_transparency.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter_documentation/app_tracking_transparency.md b/flutter_documentation/app_tracking_transparency.md index 8c94dd5..039418b 100644 --- a/flutter_documentation/app_tracking_transparency.md +++ b/flutter_documentation/app_tracking_transparency.md @@ -5,7 +5,7 @@ parent: Flutter nav_order: 4 --- -Starting iOS 14+, it is necessary to ask user for permission to track their data, which is necessary for better ads targeting. In case user refuses to be tracked, IDFA is set to zeroes. More about App Tracking Transparency can be read [here].
+Starting iOS 14+, it is necessary to ask user for permission to track their data, which is necessary for better ads targeting. In case user refuses to be tracked, IDFA is set to zeroes. More about App Tracking Transparency can be read [here]. One of the ways to ask for user's permission is to use App Tracking Transparency [plugin], made specifically for this purpose. ## Info.plist