Questions tagged [apptrackingtransparency]
66 questions
1
vote
1 answer
How to collect IDFA for Firebase in modular architecture on iOS 14
To use attributions correctly and Age/Gender user properties in Firebase we should collect IDFA from users devices. In documentation recommended to link AdSupport framework to project and it will do automagically. ("GoogleIDFASupport" framework is…

Alex
- 11
- 1
1
vote
2 answers
iOS (14): UMP SDK implemented -> AppTrackingTransparency framework still necessary?
Google has sent us a lot of different emails to the topic "prepare your app for iOS 14+" and I am a bit confused.
We have now implemented the UMP sdk according to the docs to show an ad-consent form connected to our Funding Choices account.
Is it…

felix
- 95
- 7
0
votes
0 answers
App Tracking Transparency on mac Silicon crash
I have iOS application (that works properly on iOS) and it has enabled destination: Mac(Designed for iPad). When run it on mac M1, the dialog doesnt appear and the code that it used to ask permissions for tracking always returns…

Melany
- 466
- 7
- 20
0
votes
0 answers
Disable ios App Tracking for expo react native app
We don't track users in our expo react native app and do not use any ad libraries but in the expo eas build somehow AppTrackingTransparency framework is added and we get rejected in App Store. I read expo is adding this by default. But is there a…

genericatz
- 433
- 5
- 16
0
votes
1 answer
How to Use Google Ads with my iOS App and Comply with App Tracking Transparency
I have an iOS app that I would like to advertise using Google Ads. However, because I can't track conversions it just says "Misconfigured".
I am currently updating my app and I have create a Firebase Project and imported Firebase into my App as…

James Hunt
- 31
- 6
0
votes
0 answers
Do I need to show AppTrackingTransparency prompt to use Amplitude for only analytics?
I'm making a flutter app and using Amplitude only for analytics not for advertisement and doesn't send the data to other websites or people.
I don't use any information of our users except email address. I just use an email address as an user's…

황희윤
- 441
- 6
- 14
0
votes
1 answer
ATT Dialog don't show
I'm on finish with my app and recently I send it on review for AppStore. I received message about App Tracking Transparency. So i tried to implement below code in my app but dialog pop-up dont show. Please help.
import Foundation
import…

synecdochenoire
- 17
- 7
0
votes
0 answers
iOS App Tracking transparency on ionic Apps in InAppbrowser
I have Ionic based app where we load some sites using inappbrowser. The site which we are loading has the cookie popup to accept. When we send app for the review, Apple rejected the build, and below is the reason they send
Guideline 5.1.2 - Legal -…

user3323402
- 1
- 2
0
votes
1 answer
Customize ATT prompt on iOS
Is it possible to change the colour of the Ask App Not to Track and Allow button in the ATT prompt?
I've tried to update the tint colour of UIAlertViewController, which works for all other native alerts, but not for this one. Is it possible to…

Sil
- 101
- 5
0
votes
1 answer
App Tracking Transparency implementation for a iOS app based on a WebView
I did many researches on the web but I did not find a clear answer to doubts.
I need to publish an update for my iOS app.
Now it is mandatory that app implements App Tracking Transparency if the App privacy section states that the application is…

giani.sim
- 257
- 2
- 16
0
votes
1 answer
How to implement App Tracking Transparency in Flutter
I submitted my app to apple but it got rejected because i haven't added App transparency. SO far, i have imported the dependency into pubspec.yaml and i'm confused if there is more that i need to add to my main.dart in the below code, please…

Mackie
- 9
- 2
0
votes
1 answer
AWS Pinpoint Push Notifications and Apple Tracking Transparency
I have a short question - I am using AWS Pinpoint for push notification delivery in my React Native App that I am currently developing. Can I use Pinpoint for push notification delivery even if the user denies 3rd party tracking on iOS (Apple…

the_smart_home_maker
- 514
- 4
- 21
0
votes
1 answer
IOS 14 Admob ads implementation App Tracking Transparency
I'm using Unity and Google Mobile Ads 8.7.0 to implement ads in my game. I've read Google Prepare for IOS here https://developers.google.com/admob/ios/ios14. But confused where and how to implement the required source codes.
The file states that we…

EZZ42
- 13
- 2
0
votes
1 answer
Is using #import the same as linking the AppTrackingTransparency.framework?
With the ever-confusing AppTrackingTransparency setup, I have been simply adding
Privacy - Tracking Usage Description - My description
To the .plist file, as well as using
#import
in my…

user1695971
- 103
- 1
- 5
- 15
0
votes
1 answer
is it possible to set a default value for App Tracking Tranparency as .denied in my iOS swift
I have a requirement wherein one of the apps doesn't need to show App Tracking Transparency Alert as they are not using IDFA's. Is there any possible way from the code to handle this. I just wanted to hide this ATT alert only for this app, but to…

Himabindu
- 85
- 1
- 8