Questions tagged [idfa]

The Advertising Identifier (IDFA) is a unique ID for each iOS device that mobile ad networks typically use to serve targeted ads. Users can choose to limit ad tracking by turning off this setting on their devices.

The Advertising Identifier (IDFA) is a unique ID for each iOS device that mobile ad networks typically use to serve targeted ads. Users can choose to limit ad tracking by turning off this setting on their devices.

Links

103 questions
85
votes
12 answers

How to retrieve iPhone IDFA from API?

I would like to get the device IDFA. How to get this info from iOS official API ?
fvisticot
  • 7,936
  • 14
  • 49
  • 79
57
votes
1 answer

How do I check where my app is using IDFA

While submitting my app to the App Store, I got this message: "Your app is using the Advertising Identifier (IDFA). You must either provide details about the IDFA usage or remove it from the app and submit your binary again." I am no longer…
Joshua Moore
  • 620
  • 1
  • 5
  • 12
42
votes
3 answers

App Tracking Transparency How does effect apps showing ads? - IDFA iOS14

The recent WWDC state that about iOS 14: With iOS 14, iPadOS 14, and tvOS 14, you will need to receive the user’s permission through the AppTrackingTransparency framework to track them or access their device’s advertising identifier.…
Hitesh Surani
  • 12,733
  • 6
  • 54
  • 65
35
votes
12 answers

IDFA iOS14 returns denied without displaying auth popup

I am doing a research on getting the IDFA on iOS 14. I am using iPhone 8 Plus. I have added NSUserTrackingUsageDescription App would like to access IDFA for tracking purpose in the .plist file. Then added let type =…
freezing_
  • 984
  • 1
  • 9
  • 13
26
votes
1 answer

Does this app use the Advertising Identifier (IDFA)? when using Firebase

When i am about to review my iOS app I get this question asked. And the simple answer is "NO". I have searched these forums but only found what i think is people using enhanced analytics framework as adSupport and such. I use both Crashlytics and…
odd
  • 375
  • 1
  • 4
  • 10
16
votes
1 answer

Does my app use the Advertising Identifier (IDFA) if I use admob?

Does my app use the Advertising Identifier (IDFA) if I use admob latest sdk? Simple yes or no? Could not find this answer on google. If YES, then what I have to select here? My previous build had no ads.
Farhad Mammadli
  • 469
  • 1
  • 5
  • 15
16
votes
1 answer

Does the Facebook SDK use IDFA for Mobile App Installs?

When you integrate the Facebook SDK to track Mobile App Installs, does this use the IDFA and hence do you have to answer yes to the corresponding question in iTunes Connect question when submitting the app for review? This is the code in…
Clafou
  • 15,250
  • 7
  • 58
  • 89
13
votes
3 answers

Firebase Analytics: is it using IDFA on iOS?

Given the upcoming iOS 14 permission prompt for apps that use the IDFA identifier, I am wondering if Firebase Analytics and Firebase Auth do need to access the IDFA in order to operate. In such case, are we then required to state that the app is…
Daniele B
  • 19,801
  • 29
  • 115
  • 173
9
votes
1 answer

How to fetch device information from a progressive web app

How to fetch device information (Google Advertising Id or IDFA) from a progressive web app https://developers.google.com/web/progressive-web-apps/
8
votes
1 answer

Does ios app with Crashlytics uses Advertisement Identifier (IDFA)?

I'm currently uploading my App to the App Store and Apple is asking me if this app uses IDFA. I'm using the Crashlytics for tracking bugs and I don't know if it uses IDFA or not, and if it does which checkboxes should I hit? I referred …
nikdange_me
  • 2,949
  • 2
  • 16
  • 24
7
votes
1 answer

How to get campaign ID or referrer inside iOS app

I have iOS app and several ad campaigns for it. I build URLs for each campaign in iTunes connect (according to that guide) and it looks like that: https://itunes.apple.com/app/apple-store/id0000000000?pt=0000&ct=&mt=8 Everything is OK and I can see…
frozen_lion
  • 648
  • 5
  • 18
7
votes
0 answers

How to get the Android Advertising ID or iOS IDFA through a mobile website?

I've been googling this for a while and can not find a definitive answer. AAID or IDFA is the key of publisher monetization. Without it, publishers have to fall back to the old-fashion cookie matching, which is inefficient (in terms of latency and…
ed9er
  • 311
  • 1
  • 3
  • 12
7
votes
0 answers

iTunes Connect Submit For Beta App Review no option to disclose IDFA usage

Today I uploaded a new build from Xcode to try the new TestFlight external testing program. After I submitted the beta app for review it was rejected because of "Undeclared Use of Advertising Identifier [IDFA]. I know I'm using the IDFA for ad…
6
votes
1 answer

Asking AppTrackingTransparency permission for using google analytics , is mandatory?

I am using Google Analytics SDK in my application. It uses the demographic area, age and other user informations. So, Am I need to ask permission for AppTracking manually or it was handled in google analytics SDK? Without AppTracking Permission,Will…
6
votes
1 answer

ASIdentifierManager is not found in iOS12

I m writing here cos I'm really stuck and can't find an answer. We have a small framework who can collect IDFA inside. For IDFA collection first at all we checks NSClassFromString(@"ASIdentifierManager") The problem is: Imagine we have a client and…
Andrey Gagan
  • 1,338
  • 13
  • 13
1
2 3 4 5 6 7