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
1
vote
0 answers

iAd uses IDFA but doesn't support functionality and is causing app rejection

I have completed an app that uses iAd banner ads from Apple. When I submitted it, it was rejected for using the Advertising Identifier but not including ad functionality. This is an update for my app, and I don't think the code is wrong because its…
Andy Lebowitz
  • 1,471
  • 2
  • 16
  • 23
1
vote
2 answers

IDFA in iOS App, instead of UDID

I'm currently using IDFA instead of UUID in my iOS App for identifying devices uniquely. But doesn't have any advertisement in the App. Would App store accept the App, if so which of the option below is to be chosen ?
sreejith.virgo
  • 333
  • 1
  • 4
  • 15
1
vote
1 answer

Error Submitting app to App store

It give me an error but i'm not using anything related to Adv. ??? Is there is anyway can let me know if one of my library using it ?
Omarj
  • 1,151
  • 2
  • 16
  • 43
1
vote
2 answers

How to implement user suspend feature in iOS

In an iOS application, When I detect a users improper action (for example posting violent content), I wan't to suspend the user from using my application. The basic idea to implement this feature is to create and save an unique id for each…
Kyosuke Nakajima
  • 105
  • 1
  • 3
  • 7
1
vote
1 answer

Get IDFA iOS 8 is always accessible even IDFA disabled in settings

I need to use an IDFA in my app (iOS8). I proceed like this to get the IDFA string: - (NSString *)identifierForAdvertising { if([[ASIdentifierManager sharedManager] isAdvertisingTrackingEnabled]) { NSUUID *IDFA =…
Lapinou
  • 1,467
  • 2
  • 20
  • 39
1
vote
1 answer

IOS application that uses Facebook SDK, which options should be selected on iTunes Connect IDFA?

My iOS Application is using Facebook SDK [FBSettings setDefaultAppID:FACEBOOK_ID]; [FBAppEvents activateApp]; So Which options should be selected on iTunes Connect? Also Should I Check Limit Ad Tracking Settings Thanks for your answers,
mhunturk
  • 296
  • 2
  • 12
1
vote
0 answers

iOS Google Analytics SDK v3 and the IDFA

Many people have mentioned over the past year how incorporating Google Analytics for iOS apps without adverts leads to app rejection due to IDFA tracking being included. Version 3 of Analytics apparently doesn't enable IDFA tracking without…
AccDa
  • 145
  • 1
  • 7
0
votes
0 answers

Will collecting iOS advertisingIdentifier ever lead to crash?

Our app collects idfa through this API. It's a simple computed property: var idfa: String { return ASIdentifierManager.shared().advertisingIdentifier.uuidString } But seems like it has a very low chance of crashing, based on our production…
Bon
  • 3,073
  • 5
  • 21
  • 40
0
votes
0 answers

Flutter app rejected by Apple due to advertising identifier in app category for kids

My app needs to use this package facebook_app_events in order to track app installs when promoting my app on Facebook and IG. The problem is, Apple is not allowing me to publish the app in the kinds category and shows a breach in the…
Aleksandar
  • 1,457
  • 13
  • 30
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
0 answers

IDFA not used, do we need to show App Tracking Transparency popup?

Seeking expert advice I am working on an OTT platform for a client that has iOS and tvOS apps; I am a bit confused about whether we should show the App Tracking Transparency pop up for this app if we are not using IDFA. We are using the following…
Maneesh M
  • 193
  • 1
  • 10
0
votes
1 answer

Facebook iOS SDK links unwanted AdSupport library

TL;DR: Adding the latest Facebook iOS SDK to a new, empty project puts AdSupport in the link table. AdSupport provides the ASIdentifierManager, which provides the IDFA. For a kids' app, this means automatic rejection. My question is: is it possible…
Andrew Duncan
  • 3,553
  • 4
  • 28
  • 55
0
votes
1 answer

Is the requestTrackingAuthorization only needed for IDFA?

I am getting confused if we have to show the requestTrackingAuthorization prompt or not. I thought it needs to be shown when third parties collect any data. Not I got the information from onesignal (which we use for push-notifications) that although…
Andreas
  • 137
  • 8
0
votes
1 answer

How do i enable App install tracking in iOS

I have integrated pod 'GoogleIDFASupport' in my iOS application by referring https://developers.google.com/analytics/devguides/collection/ios/v3/optional-features enter image description here I am unable to find where to put this code in my…
0
votes
1 answer

IDFA and IDFV on iOS still building with XCode 11

My app is using IDFV (id for vendor) and a third party analytics framework is using IDFA (id for advertising). I'm not planning to upgrade my app using XCode 12 right now, but in the next few months. What will happen for both identifiers if an user…
laucel
  • 509
  • 1
  • 5
  • 17