簡體   English   中英

Google Play 管理中心:提交應用時出現廣告 ID 錯誤

[英]Google Play Console: Advertising ID error while submitting the app

我正在嘗試向 Play Console 提交一個新版本,該版本針對 API 級別 33 並具有分析集成。 我被要求提交廣告 ID 聲明,其中我指定在我的應用程序中使用 Google Analytics。 現在,在上傳文件時,我收到以下消息。

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.

請注意,我的清單文件中設置了<uses-permission android:name="com.google.android.gms.permission.AD_ID"/>權限。 誰遇到過這樣的問題? 任何幫助表示贊賞。

使用 google_mobile_ads >1.2.0。 如果目標 android 33 需要使用 google play service > 20.6.0 或者如果使用 google play service < 20.6.0 你需要在 manifest 中配置 AD ID

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM