要求采取的行动:声明您的广告 ID 权限,是针对 Admob 的吗?

Action requested: Declare your Ad ID permission, is for Admob?

我今天收到这封邮件,我没有使用 Admob 广告,我正在使用 applovin 和 Facebook 我必须添加此权限或仅适用于他们使用 Admob 的开发人员?

每个人都收到同样的邮件,甚至像我一样没有 admob?

Hello Google Play Developer,

Last July, we announced Advertising policy changes to help bolster security and privacy. We added new restrictions on identifiers used by apps that target children.

When users choose to delete their advertising ID in order to opt out of personalization advertising, developers will receive a string of zeros instead of the identifier if they attempt to access the identifier. This behavior will extend to phones, tablets, and Android TV starting April 1, 2022.

We also announced that you need to declare an AD_ID permission when you update your app targeting API level to 31 (Android 12). Today, we are sharing that we will give developers more time to ease the transition. We will require this permission declaration when your apps are able to target Android 13 instead of starting with Android 12.

Action Items

If you use an advertising ID, you must declare the AD_ID Permission when your app targets Android 13 or above. Apps that don’t declare the permission will get a string of zeros. Note: You’ll be able to target Android 13 later this year. If your app uses an SDK that has declared the Ad ID permission, it will acquire the permission declaration through manifest merge. If your app’s target audience includes children, you must not transmit Android Advertising ID (AAID) from children or users of unknown age. Learn more.

Thank you,

谢谢!

别担心。所有使用 Admob 做广告的开发者都会收到这个警告。只需确保您在 build.gradle 文件中使用高于或等于 20.4.0 的最新 Google Mobile AdMob SDK 版本。在这种情况下,SDK 会自动管理它。

否则对于低于 20.4.0 的旧版 SDK,我们需要在 AndroidManifest.xml

中手动提及以下行

如果您的应用不需要广告 ID,请忽略该邮件。 否则,如果您的目标 api 级别为 33 或以上,请添加@Umer Shahzad

提到的许可行