Search code examples
iosfacebookapp-store-connectidfa

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,

enter image description here


Solution

  • 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!