Lka*_*abo 12 android google-play android-13
在面向 Android 13 (SDK 33) 的 Android 应用中,我已在应用清单中声明了所需的 AD_ID 权限:
<uses-permission android:name="com.google.android.gms.permission.AD_ID"/>
但是,当我将应用程序上传到播放控制台以进行发布时,会弹出以下错误,建议我需要声明权限。
Error
Your declaration on Play Console says that your app uses advertising ID. Your manifest file doesn't include the com.google.android.gms.permission.AD_ID permission.
If you don't include this permission in your manifest file, your advertising identifier will be zeroed out. This may break your advertising and analytics use cases, and cause loss of revenue. Learn more
You can remove these errors by updating your advertising ID declaration
info_outline
Apps that target Android 13 (API 33) without the AD_ID permission will have their advertising identifier zeroed out. This may impact advertising and analytics use-cases. Learn more
Update declaration
Release without permission
Run Code Online (Sandbox Code Playgroud)
我确实使用AD_ID 来实现应用程序功能,并且不希望将其清零,因为我没有声明该权限,但我已在应用程序清单中声明了该权限,但 Google 无法识别它。
还需要在其他地方添加吗?这是正确的声明方式吗?任何其他想法或想法表示赞赏。
谢谢
| 归档时间: |
|
| 查看次数: |
1268 次 |
| 最近记录: |