这个应用程序使用广告标识符(IDFA)吗?——AdMob 6.8.0

时间:2023-01-05 07:18:16

I'm currently uploading my App to the App Store and Apple is asking me if this app users IDFA. I'm using the latest Admob SDK or 6.8.0 and I don't know if it uses IDFA or not, and if it does which check boxes should I hit X.X

我现在正在把我的应用上传到App Store,苹果问我这个应用是否使用IDFA。我正在使用最新的Admob SDK或6.8.0,我不知道它是否使用IDFA,如果使用的话,我应该点击X.X

Image 这个应用程序使用广告标识符(IDFA)吗?——AdMob 6.8.0http://i.gyazo.com/a7d36f95ac0cc066e5654517d4ec2f3f.png

图像http://i.gyazo.com/a7d36f95ac0cc066e5654517d4ec2f3f.png

6 个解决方案

#1


130  

I'm having the same issue here and I was a bit afraid of checking the last box, since I have no idea what the 3rd party SDK will do with the data collected and if they will respect the Limit Ad Settings.

我在这里遇到了同样的问题,我有点害怕检查最后一个框,因为我不知道第三方SDK将如何处理收集到的数据,以及他们是否会遵守限制广告设置。

But I found a post by a Google Admob programmer, Eric Leichtenschlag, on their foruns:

但我找到了谷歌Admob程序员Eric Leichtenschlag的一个帖子:

The Google Mobile Ads SDK and the Google Conversion Tracking SDK utilize Apple's advertising identifier introduced in iOS 6 (IDFA). While each developer is responsible for how they access device data, the SDKs use IDFA under the guidelines laid out in the iOS developer program license agreement, including Limit Ad Tracking.

谷歌移动广告SDK和谷歌转换跟踪SDK利用苹果在iOS 6 (IDFA)中引入的广告标识符。虽然每个开发人员都负责如何访问设备数据,但SDKs根据iOS开发人员程序许可协议(包括限制广告跟踪)中列出的指导原则使用IDFA。

Including Limit Ad Tracking. This is what the last box is all about. So you must check the that box if you use AdMob. If you use other SDK I strongly recommend checking if they respect the guidelines as well.

包括限制广告跟踪。这就是最后一个盒子的意义。如果你使用AdMob,你必须选中那个方框。如果您使用其他SDK,我强烈建议您检查它们是否也遵守指南。

Since I run only ads (Google AdMob), I checked the first (Serve ads) and last box (I, Tom, confirm). App was approved and released, no issues.

由于我只运行广告(谷歌AdMob),我选中了第一个(服务广告)和最后一个(我,汤姆,确认)。App被批准并发布,没有问题。

Source: https://groups.google.com/forum/#!topic/google-admob-ads-sdk/BsGRSZ-gLmk

来源:https://groups.google.com/forum/ # ! / google-admob-ads-sdk / BsGRSZ-gLmk话题

#2


82  

If you are lazy to check on each third party SDK if they use or not the IDFA you can use this command:
fgrep -R advertisingIdentifier . (don't forget the dot at the end of the command)

如果您不愿意检查每个第三方SDK(是否使用IDFA),您可以使用以下命令:fgrep -R advertisingIdentifier。(不要忘记命令末尾的点)

Go to your project/workspace folder and run the command to find which files are using the advertising identifier.

转到您的项目/工作区文件夹,并运行命令以查找哪些文件正在使用广告标识符。

Then you just have to look in the guidelines of those SDKs to see what you need to do about the IDFA.

然后你只需看看这些sdk的指导方针,看看你需要对IDFA做些什么。

#3


12  

Yes, it does. From the AdMob page:

是的,确实。从AdMob的页面:

The Mobile Ads SDK for iOS utilizes Apple's advertising identifier (IDFA). The SDK uses IDFA under the guidelines laid out in the iOS developer program license agreement. You must ensure you are in compliance with the iOS developer program license agreement policies governing the use of this identifier.

iOS移动广告SDK使用的是苹果的广告标识符(IDFA)。SDK使用IDFA时遵循了iOS开发者程序许可协议中的指导原则。您必须确保您符合iOS developer program license agreement策略,该策略控制该标识符的使用。

#4


11  

If you have Google analytics or Facebook api in you app, you need to check all of them to make sure it works!

如果你的应用程序中有谷歌分析或Facebook api,你需要检查它们,以确保它工作!

Edit: This is an old answer - see comments or other answers for an exact answer.

编辑:这是一个古老的答案——请参阅注释或其他答案以获得确切的答案。

#5


7  

You can track all calls to [ASIdentifierManager advertisingIdentifier] with symbolic breakpoint in Xcode: 这个应用程序使用广告标识符(IDFA)吗?——AdMob 6.8.0

您可以使用Xcode中的符号断点跟踪所有对[asidentifieremanmanager广告商标识符]的调用:

#6


4  

BTW, Yandex Metrica also uses IDFA.

顺便说一句,Yandex Metrica也使用IDFA。

./Pods/YandexMobileMetrica/libYandexMobileMetrica.a

They say on their GitHub page that

他们在GitHub上说

"Starting from version 1.6.0 Yandex AppMetrica became also a tracking instrument and uses Apple idfa to attribute installs. Because of that during submitting your application to the AppStore you will be prompted with three checkboxes to state your intentions for idfa usage. As Yandex AppMetrica uses idfa for attributing app installations you need to select Attribute this app installation to a previously served advertisement."

从1.6.0版开始,Yandex AppMetrica也成为了一个追踪工具,并使用苹果idfa属性设置。正因为如此,在向AppStore提交应用程序时,您将被提示使用三个复选框来说明您使用idfa的意图。当Yandex AppMetrica使用idfa来定义应用安装时,你需要选择将这个应用安装属性归为之前服务过的广告。

So, I will try to select this checkbox and send my app without actually no any ads in it.

因此,我将尝试选择这个复选框并发送我的应用,实际上没有任何广告。

#1


130  

I'm having the same issue here and I was a bit afraid of checking the last box, since I have no idea what the 3rd party SDK will do with the data collected and if they will respect the Limit Ad Settings.

我在这里遇到了同样的问题,我有点害怕检查最后一个框,因为我不知道第三方SDK将如何处理收集到的数据,以及他们是否会遵守限制广告设置。

But I found a post by a Google Admob programmer, Eric Leichtenschlag, on their foruns:

但我找到了谷歌Admob程序员Eric Leichtenschlag的一个帖子:

The Google Mobile Ads SDK and the Google Conversion Tracking SDK utilize Apple's advertising identifier introduced in iOS 6 (IDFA). While each developer is responsible for how they access device data, the SDKs use IDFA under the guidelines laid out in the iOS developer program license agreement, including Limit Ad Tracking.

谷歌移动广告SDK和谷歌转换跟踪SDK利用苹果在iOS 6 (IDFA)中引入的广告标识符。虽然每个开发人员都负责如何访问设备数据,但SDKs根据iOS开发人员程序许可协议(包括限制广告跟踪)中列出的指导原则使用IDFA。

Including Limit Ad Tracking. This is what the last box is all about. So you must check the that box if you use AdMob. If you use other SDK I strongly recommend checking if they respect the guidelines as well.

包括限制广告跟踪。这就是最后一个盒子的意义。如果你使用AdMob,你必须选中那个方框。如果您使用其他SDK,我强烈建议您检查它们是否也遵守指南。

Since I run only ads (Google AdMob), I checked the first (Serve ads) and last box (I, Tom, confirm). App was approved and released, no issues.

由于我只运行广告(谷歌AdMob),我选中了第一个(服务广告)和最后一个(我,汤姆,确认)。App被批准并发布,没有问题。

Source: https://groups.google.com/forum/#!topic/google-admob-ads-sdk/BsGRSZ-gLmk

来源:https://groups.google.com/forum/ # ! / google-admob-ads-sdk / BsGRSZ-gLmk话题

#2


82  

If you are lazy to check on each third party SDK if they use or not the IDFA you can use this command:
fgrep -R advertisingIdentifier . (don't forget the dot at the end of the command)

如果您不愿意检查每个第三方SDK(是否使用IDFA),您可以使用以下命令:fgrep -R advertisingIdentifier。(不要忘记命令末尾的点)

Go to your project/workspace folder and run the command to find which files are using the advertising identifier.

转到您的项目/工作区文件夹,并运行命令以查找哪些文件正在使用广告标识符。

Then you just have to look in the guidelines of those SDKs to see what you need to do about the IDFA.

然后你只需看看这些sdk的指导方针,看看你需要对IDFA做些什么。

#3


12  

Yes, it does. From the AdMob page:

是的,确实。从AdMob的页面:

The Mobile Ads SDK for iOS utilizes Apple's advertising identifier (IDFA). The SDK uses IDFA under the guidelines laid out in the iOS developer program license agreement. You must ensure you are in compliance with the iOS developer program license agreement policies governing the use of this identifier.

iOS移动广告SDK使用的是苹果的广告标识符(IDFA)。SDK使用IDFA时遵循了iOS开发者程序许可协议中的指导原则。您必须确保您符合iOS developer program license agreement策略,该策略控制该标识符的使用。

#4


11  

If you have Google analytics or Facebook api in you app, you need to check all of them to make sure it works!

如果你的应用程序中有谷歌分析或Facebook api,你需要检查它们,以确保它工作!

Edit: This is an old answer - see comments or other answers for an exact answer.

编辑:这是一个古老的答案——请参阅注释或其他答案以获得确切的答案。

#5


7  

You can track all calls to [ASIdentifierManager advertisingIdentifier] with symbolic breakpoint in Xcode: 这个应用程序使用广告标识符(IDFA)吗?——AdMob 6.8.0

您可以使用Xcode中的符号断点跟踪所有对[asidentifieremanmanager广告商标识符]的调用:

#6


4  

BTW, Yandex Metrica also uses IDFA.

顺便说一句,Yandex Metrica也使用IDFA。

./Pods/YandexMobileMetrica/libYandexMobileMetrica.a

They say on their GitHub page that

他们在GitHub上说

"Starting from version 1.6.0 Yandex AppMetrica became also a tracking instrument and uses Apple idfa to attribute installs. Because of that during submitting your application to the AppStore you will be prompted with three checkboxes to state your intentions for idfa usage. As Yandex AppMetrica uses idfa for attributing app installations you need to select Attribute this app installation to a previously served advertisement."

从1.6.0版开始,Yandex AppMetrica也成为了一个追踪工具,并使用苹果idfa属性设置。正因为如此,在向AppStore提交应用程序时,您将被提示使用三个复选框来说明您使用idfa的意图。当Yandex AppMetrica使用idfa来定义应用安装时,你需要选择将这个应用安装属性归为之前服务过的广告。

So, I will try to select this checkbox and send my app without actually no any ads in it.

因此,我将尝试选择这个复选框并发送我的应用,实际上没有任何广告。