问题
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,
回答1:
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!
来源:https://stackoverflow.com/questions/27296913/ios-application-that-uses-facebook-sdk-which-options-should-be-selected-on-itun