Questions tagged [apptrackingtransparency]
66 questions
0
votes
1 answer
AppTrackingTransparency - permission already added but still facing error
Error : This app has crashed because it attempted to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSUserTrackingUsageDescription key with a string value explaining to the user how the app uses this…

Vijay Kahar
- 1,082
- 1
- 7
- 20
0
votes
1 answer
Flutter - google_mobile_ads is it possible to set app tracking transparency using this plugin?
I moved to google_mobile_ads and I would like to know if I can also request App Tracking Transparency via this plugin or I should use a separate one e.g. app_tracking_transperancy to achieve it?
Thanks!

Angel Todorov
- 1,443
- 2
- 19
- 37
0
votes
1 answer
iOS: What changes App Tracking Transparency implies to Adjust/FB/Firebase SDKs?
So far my app was using Adjust, FB and Firebase SDKs for Analytics purposes. So my AppDelegate's didFinishLaunchingWithOptions method was roughly looking like this:
func application(_ application: UIApplication, didFinishLaunchingWithOptions…

Another Dude
- 1,204
- 4
- 15
- 33
0
votes
1 answer
Can I force or induce iOS 14 App Tracking Transparency authorization?
Since iOS 14, my app ad revenue has been drastically reduced due to Apple's new privacy policy. So I wanted to somehow force or induce users to enable ATT authorization. Can I do something below?
Force users to enable it unless they won't be able…

goodonion
- 1,401
- 13
- 25
-1
votes
1 answer
Unable disable tracking in the App Privacy section in App Store Connect due to NSUserTrackingUsageDescription?
We have added App Tracking Transparency in a previous build, we would now like to remove it as we are no longer doing tracking. I've removed the NSUserTrackingUsageDescription key from the Info.plist but I still can't remove tracking from the App…

david_adler
- 9,690
- 6
- 57
- 97