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
6
votes
1 answer

Xamarin.IOS.dll use of Advertising identifier (IDFA)

We are wanting to submit our Xamarin application for review for the Apple Appstore and in the submission process the following question is asked: Does this app use the Advertising Identifier (IDFA)? The Advertising Identifier (IDFA) is a…
BruceHill
  • 6,954
  • 8
  • 62
  • 114
6
votes
1 answer

Do I have to have an IDFA when I use AdMob?

I have successfully added interstitial ads to my app and I'm about to submit it for review. Do I have to use IDFA to pass?
Roger C S Wernersson
  • 6,362
  • 6
  • 34
  • 45
6
votes
1 answer

IDFA & Google Conversion Tracking SDK

Apple started explaining about your app. use of the IDFA (Advertising Identifier) on app. submission. I am using Google Conversion Tracking SDK upon my client request. Which requires to add Adsupport.framework to the project Build Phases in xCode.…
hasan
  • 23,815
  • 10
  • 63
  • 101
5
votes
1 answer

SKAdNetwork warning from AdMob and when is the App Tracking Transparency alert needed for iOS apps

I have just started getting a warning message in AdMob for my iOS game with ads: "Some apps haven’t been configured to use SKAdNetwork" And that I may not be getting some advert credits. It looks easy to fix according to…
Bbx
  • 3,184
  • 3
  • 22
  • 33
5
votes
1 answer

How to disable IDFA useage in admob

I am using AdMob in my app. I want to know how to disable IDFA in the admob SDK. Is it possible to do this?
ilyon
  • 233
  • 2
  • 13
5
votes
2 answers

iOS IDFA: Firebase and Google Adwords Universal App Campaign Setup

I am doing a UAC to promote my iOS app. Read through Google's documentation and still can't really understand how/when to use IDFA. What I have done: - Added Firebase to my pod and did basic setup, so first_open events are tracked - Linked…
Dennis Lau
  • 771
  • 1
  • 8
  • 10
5
votes
1 answer

iOS 10 and IDFA zeroed attribution

I read that on iOS 10, I will no longer be able to get the IDFA for all users, as Apple will be zeroing the attribution. As someone who heavily relies on this property for attribution, I wanted to ask if there is a good way around that? Something…
Tom Forde
  • 61
  • 1
  • 5
5
votes
4 answers

IDFA/GAID letter case

Is there a standard/convention regarding the letter case of IDFA (Identifier for Advertising) and GAID (Google Advertising ID)? I couldn't find anything conclusive about this. Links to relevant documents will be appreciated.
Eyal Schneider
  • 22,166
  • 5
  • 47
  • 78
5
votes
2 answers

Google Analytics - Demographics - IDFA

I have been Googling this to try and confirm - My understanding is Apple now reject apps using IDFA without actually serving Adverts. For the demographics feature of Google analytics the documentation says that IDFA collection must be enabled. There…
5
votes
0 answers

idfa class missing, won't collect idfa

The following log entry is appearing when using the Google Analytics SDK for iOS (version 3.09): idfa class missing, won't collect idfa Is there any way to remove this log entry without including the AdSupport.frameork as I want to use analytics…
AccDa
  • 145
  • 1
  • 7
4
votes
0 answers

Request consent for iOS in Flutter

I want to request consent using UMP SDK in iOS app. I followed this article. In short, I did following. main.dart: void main() { requestConsent(); MobileAds.instance.initialize(); runApp(const MyApp()); ... } void requestConsent() { final…
Tom11
  • 2,419
  • 8
  • 30
  • 56
3
votes
0 answers

Apple privacy questions if only using SKAdNetwork and not IDFA for Admob

I researched quite a while and cannot find a definite answer to my question: How to answer Apples privacy questions in regards to Admob while using only SKAdNetwork and not intending to track users with the…
Andreas
  • 137
  • 8
3
votes
2 answers

Can we check if Allow Apps to Request to Track toggle is ON

In iOS 14 we have a new feature to track IDFA. It’s the default and only available in iOS 14. (Settings > Privacy > Tracking > Allow Apps to Request to Track). I want to check if Allow Apps to Request to Track toggle is ON or OFF using objective-C.…
Phạm Ân
  • 175
  • 2
  • 10
3
votes
2 answers

IOS14 tracking permission for apps compiled with IOS 13

In IOS14 in order to use Advertising Identifier you need to request for permission but what's the behaviour for apps already available on AppStore (Compiled with IOS13 SDK)? I have updated a device to IOS14 Beta 4 and downloaded app from AppStore.…
Bilal
  • 18,478
  • 8
  • 57
  • 72
3
votes
1 answer

How to retrieve Apple IDFA in Flutter?

How i can retrieve Apple IDFA in Flutter App? I have already tried advertising_id plugin, but it crashes on Android and doesn't retrieve ID at IOS.
Marcel Golob
  • 451
  • 1
  • 5
  • 9