[1.9.2] IDFA problem on itunes connect

Upgraded from 1.6.1 to 1.9.2 and tryed to submit my app to itunes connect, but it says my app has an IDFA, but I do not use any kind of ads in my app or sdkbox.
Does anyone know how to fix it?

1 Like

Hi @VinnyLima

Did u managed to resolve this?

I just did not mark the first option, because we did not show any ad, and marked the other two.

Even though you don’t show ads, some sdkbox plugins (or other 3rd party sdks you use) might collect ad data. I had this issue with sdkbox::Firebase where firebase itself collected ad data on Android, therefore had to explicitly disable it, to avoid getting my app removed.

For iOS check if you have the AdSupport framework in your project (in my case it sdkbox didn’t add it)
https://firebase.google.com/docs/analytics/configure-data-collection
as mentioned in here:
" Disable IDFA collection

If you wish to disable collection of the IDFA (Advertising Identifier) in your iOS app, ensure that the AdSupport framework is not included in your app."