简体   繁体   English

提交应用时出现广告标识符(IDFA)问题

[英]Advertising Identifier (IDFA) issue when submitting the app

When I try to submit my iOS app to Appstore I got this error message in itunesConnect. 当我尝试将我的iOS应用程序提交到Appstore时,我在itunesConnect中收到此错误消息。

Your app is using the Advertising Identifier (IDFA). You must either provide details about the IDFA usage or remove it from the app and submit your binary again.

So I tried to find those in this way .in my terminal. 所以我试着以这种方式找到那些。在我的终端。

grep -lr "advertisingIdentifier" * | grep -v .svn | grep -v .md

The output is 输出是

MyProj/FacebookSDK.framework/FacebookSDK
MyProj/amigo/FacebookSDK.framework/Versions/A/FacebookSDK
MyProj/FacebookSDK.framework/Versions/Current/FacebookSDK
MyProj/FBAudienceNetwork.framework/FBAudienceNetwork
MyProj/FBAudienceNetwork.framework/Versions/A/FBAudienceNetwork
MyProj/FBAudienceNetwork.framework/Versions/Current/FBAudienceNetwork

I have integrated G+.FB and twitter logging.So now what should I do to resolve this issue? 我已经集成了G + .FB和twitter日志。现在我该怎么做才能解决这个问题? I can't remove these coz I need this within my app. 我不能删除这些因为我需要在我的应用程序中。 Please help me.Thanks 请帮帮我。谢谢

Facebook Audience Network SDK uses the Advertising Identifier in order to serve ads in the app. Facebook Audience Network SDK使用广告标识符在应用中投放广告。 According to iTunes Connect Developer Guide and Facebook Audience Network documentation , when you click on "Submit for Review", you need to check the purposes related to the use of IDFA in your app: 根据iTunes Connect开发人员指南Facebook Audience Network文档 ,当您单击“提交审核”时,您需要检查与应用中IDFA的使用相关的目的:

This app uses the Advertising Identifier to (select all that apply)? 此应用使用广告标识符(选择所有适用的选项)?

  • Serve advertisements within the app 在应用内投放广告
  • Attribute this app installation to a previously served advertisement 将此应用安装归因于之前提供的广告
  • Attribute an action taken within this app to a previously served advertisement. 将此应用程序中采取的操作归于先前提供的广告。

If you will be using the Audience Network framework, you must select the first option. 如果您将使用Audience Network框架,则必须选择第一个选项。 If you are using our core framework to track install attribution and app events, please select the second and third options. 如果您使用我们的核心框架来跟踪安装归因和应用事件,请选择第二个和第三个选项。 If you are using both, select all three. 如果您同时使用两者,请选择全部三个。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM