I used Google Analytics SDK 3.09 in my app and wants to submit the app to appstore but am bit confused whether i need to check Advertising Identifier(IDFA) and its subsequent options for serving ads and more. Am not showing any ads in app just using GAITracker to track the home screen do i still need to check IDFA? Please guide me more on this i googled but did not get great help on this.
Asked
Active
Viewed 1,088 times
5
-
did you figure anything out? I'm currently in the same situation. Not sure what to do. – kwahn Nov 18 '14 at 17:11
-
yes. my app did not have any problem with these settings. you can upload your app if you have same situation. – Mak13 Nov 19 '14 at 06:36
2 Answers
2
IDFA is disabled by default. If you need IDFA (for example for campaign tracking of installs), you need to link appropriate files and then enable it explicitly, like so:
// Enable IDFA collection.
tracker.allowIDFACollection = YES;
See GA documentation for more details
So, by default, there's no need to mention that your app uses IDFA.

Sinatra
- 820
- 6
- 13
2
You are using Google Analytics to track conversions for your app.IDFA (Identifier for Advertisers) requires for 'libAdIdAccess.a' and 'AdSupport.framework. So check the 2nd & 3rd option in IDFA -> "Attribute this app installation to a previously served ad". AND "Attribute an action taken within this app to a previously served advertisement".

Sreeraj VR
- 1,524
- 19
- 35