在@capacitor-community/admob 中找不到广告发布商数据

Publisher data not found for Ads in @capacitor-community/admob

我正在使用 capacitor-community/admob in my Ionic 5 and Capacitor 3 project. I have completed all the setup as per documentation and test interstitial and rewardedVideo ads are working fine with the test ads ids provided here

几天前我已经正确设置了我的 Admob 帐户并创建了广告单元。所以,这不是新的。该帐户没有警告或错误消息或问题。仔细检查我应用中的应用 ID 和广告单元 ID。 App id 维护在 android string.xml as

<string name="admob_app_id">ca-app-pub-***</string>

并在 AndroidManifest.xml 中为

<meta-data android:name="com.google.android.gms.ads.APPLICATION_ID" android:value="@string/admob_app_id" />

我已将我的 Admob 与 Firebase 帐户相关联。所以文件 google-services.json 也包含广告 App id。

广告在使用测试 ID 时有效,但在使用真实广告时无法加载。以下是我收到的错误。

Publisher data not found. <https://support.google.com/admob/answer/9905175#9>

我已经检查了未找到发布者数据下的所有信息,但没有帮助。

获取正确广告的重要链接

  1. 检查设置问题,政策问题https://support.google.com/admob/answer/9469204?hl=en

  2. Link 您的应用到 admob 帐户 https://support.google.com/admob/answer/10037806?hl=en

  3. 运行 Admob 疑难解答 https://support.google.com/admob/troubleshooter/9092685

应用上线后,请在实时广告开始展示之前给它一些时间。测试期间不要使用实时广告

访问 admob 政策实施指南https://support.google.com/admob/answer/2936217?hl=en