iOS app rejected due to IDFA in Facebook SDK

给你一囗甜甜゛ 提交于 2019-12-01 05:18:09

The solution for me was that the facebook 3.20 SDK is indeed okay, but I had to remove the FBAudience framework that they include with the FacebookSDK.framework.

Once I removed the FBAudience framework, and ran

otool -L myAppName.app/myAppName

I no longer saw the AdSupport library bundled into my build, printed in the terminal like so:

/System/Library/Frameworks/AdSupport.framework/AdSupport

If you do not find a way to remove the usage of IDFA from the Facebook SDK, then another solution would be to say you're using the IDFA to attribute the installation to a previously served ad (which is actually fairly simple to enable in the Facebook SDK).

This option should be available to you when creating a new build in iTunesConnect if I remember correctly.

This issue has been taken care by Facebook in their latest versions. Update your Facebook sdk to the latest version and this will solve your problem.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!