Questions tagged [apptrackingtransparency]

66 questions
2
votes
0 answers

Answering Apple Privacy Questions while publishing app

What Apple says here It will be required to submit new apps and app updates to the App Store starting December 8, 2020. On each app’s product page, users can learn about some of the data types the app may collect, and whether that data is linked to…
atalayasa
  • 3,310
  • 25
  • 42
1
vote
1 answer

Implement GDPR and ATT for iOS/Swift apps

My app was rejected by Apple for showing GDPR (Google's UMP) and ATT confusing users. Specifically, if the user is in the EEA, GDPR will show up first. Only then did ATT start showing up. As per Apple's request: "If the user denies permission to…
1
vote
0 answers

How to add user consent using UserMessagingPlatform

I have a few questions about Google's UserMessagingPlatform. Resources Mobile Ads SDK - Guides Mobile Ads SDK - User Privacy Mobile Ads SDK - Reference EU User Consent Policy Unity - Implementing Data Privacy Related questions How to implement…
1
vote
1 answer

Request Tracking Authorization for iOS Application Facebook App Events

I am trying to integrate app events for my iOS application. Below are the steps I have taken: Configured Facebook App and added iOS platform Linked ad account Set up dev environment and SDK Configured my project plist Connected app delegate Added…
1
vote
0 answers

Is IDFA working correctly in iOS 16 beta?

When updating to iOS 16 beta, a problem has been found that IDFA was not handled properly. IDFA is unconditionally renewed or IDFA value is returned as "00000000-0000-0000-0000-000000000000" even though it is authorized. Has anyone experienced a…
1
vote
2 answers

Do Analytics tools like PostHog or Adjust require App Tracking Transparency, and if so when?

I am planning to integrate Analytics tools like PostHog or Adjust (but also others) into my app, and I find it very vague where I exactly need to prompt (or not) the App Tracking Transparency popup. I would usually use them to identify the users…
Kelton
  • 151
  • 1
  • 7
1
vote
1 answer

Is an ATT Call Necessary for Showing Admob Ads?

I have read through several threads relating to this but none could provide a definitive answer. What I'm specifically wondering is whether an ATT request is necessary for showing a basic Google Admob ad (No mediation, no other networks) in an IOS…
1
vote
1 answer

AppTrackingTransparency and SDK initialization (Facebook, Firebase...)

I'm a bit lost about AppTrackingTransparency and how to initialize some SDKs (like FB or Firebase), especially after a user first install of the app. I don't want to show the user the app tracking transparency popup IMMEDIATELY after he installs the…
Another Dude
  • 1,204
  • 4
  • 15
  • 33
1
vote
1 answer

Apple Reject "Explain the use of the AppTrackingTransparency framework in the purpose string."

Apple Reject my app with feedback that says I need to change my AppTrackingTransparency description. My app doesn't use personalized ads or IDFA. This AppTrackingTransparency identifier for me is for Firebase Messaging that allows us to send them…
Ken Verganio
  • 532
  • 8
  • 21
1
vote
1 answer

AppTrackingTransparency permission is mandatory for FBSDK Login?

I am using FBSDK for single sign-on do we need to add the app AppTrackingTransparency permission in the IOS app?
1
vote
0 answers

Google Ads For Kids Category Ios

I have an application in kids category. It rejected when I want to upload new version. I wonder that can't we show ads in apps that belong to the kids category? Please make a suggestion. I'm using these pods; pod 'FirebaseCore' pod…
1
vote
1 answer

Nativescript - App Tracking Transparency (ATT) framework

I am using outdated plugin displaying ads via Google AdMob framework - https://market.nativescript.org/plugins/nativescript-admob/ So far I have 2 iOS apps with AdMob interstitial ad displayed once after launch of the app. The both are identical.…
user2401543
  • 1,059
  • 11
  • 19
1
vote
1 answer

Do I need to disable social media logins if users don't give permission to track on iOS14?

I've implemented the GoogleSignIn, Firebase and Facebook in my app and I'm uncertain what the upcoming iOS 14 Tracking Transparency changes will mean. One of the points Apple considers as reason for asking permission to track is: Placing a…
Lukas Würzburger
  • 6,543
  • 7
  • 41
  • 75
1
vote
2 answers

How do I allow tracking in UITest?

I have attempted to call "addUIInterruptionMonitor" for App Tracking Transparency notification but it doesn't register and fails for my next step. Any help on what the description for this dialog is would be helpful, "System dialog" doesn't…
1
vote
2 answers

AppTrackingTransparency... dialog is displayed only one time

Starting in 2021, apple is requiring to display a dialog to consent user tracking, so supposedly, even advertising sdks (that tracks a lot of user content for sure) can't be enabled if the user has not accepted that…
NullPointerException
  • 36,107
  • 79
  • 222
  • 382