简体   繁体   English

Unity IAP/Unity Analytics 是否使用 Google Play 广告 ID?

[英]Does Unity IAP/Unity Analytics use Google Play advertising ID?

Google Play Store now requires declaration of use of advertising ID. Google Play 商店现在要求声明使用广告 ID。 My game doesn't have Unity Ads, but it uses Unity IAP which requires Unity Analytics.我的游戏没有 Unity 广告,但它使用需要 Unity Analytics 的 Unity IAP。 Does Unity use Advertising ID for these? Unity 是否为这些使用广告 ID? Thanks.谢谢。

I found the answer here and it worked.我在这里找到了答案,它奏效了。

According to this document-根据这份文件——

https://support.google.com/googleplay/android-developer/answer/6048248?hl=en https://support.google.com/googleplay/android-developer/answer/6048248?hl=en

Apps that use advertising ID need to have the following in Manifest file-使用广告 ID 的应用需要在 Manifest 文件中有以下内容-

<uses-permission android:name="com.google.android.gms.permission.AD_ID"/>

If we don't have this line in manifest, we can simply declare that we don't use it.如果清单中没有这一行,我们可以简单地声明我们不使用它。

If you have it, then make sure it is actually required for some functionality, else remove it.如果您拥有它,请确保它确实是某些功能所必需的,否则将其删除。

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

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