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

720 views Asked by At

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

1

There are 1 answers

2
lnjuanj On BEST ANSWER

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!