1

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,

enter image description here

mhunturk
  • 296
  • 2
  • 12

1 Answers1

3

Facebook uses the IDFA to attribute installs. So you should check the second checkbox.

In case you also show ads, then you should check the first box too.

Good luck with your submission!

Anbu.Karthik
  • 82,064
  • 23
  • 174
  • 143
lnjuanj
  • 1,744
  • 1
  • 12
  • 23
  • thank you for your answer then what about the Limit Ad Tracking settings in iOS? – mhunturk Dec 05 '14 at 06:03
  • Yes, you should mark that. It is a statement of good faith. You are stating that you're not going to use the IDFA data for "bad" purposes. – lnjuanj Dec 05 '14 at 08:39