fil*_*pst 4 android admob inmobi mobile-ad-mediation
我正在尝试使用 InMobi 实施 AdMob 中介,但广告不会显示。我正在关注他们的文档,并添加了 SDK 和 AndroidX:
implementation 'com.google.firebase:firebase-ads:18.2.0'
implementation 'com.google.ads.mediation:inmobi:7.3.0.0'
android.enableJetifier=true
android.useAndroidX=true
Run Code Online (Sandbox Code Playgroud)
但是,当我使用中介测试套件时,我收到一个清单错误,如图像所示:
什么可能导致问题?
我在 IronSource 中介中心找到了一个解决方案。我所要做的就是将其添加到清单中:
<activity
android:name="com.inmobi.rendering.InMobiAdActivity"
android:configChanges="keyboardHidden|orientation|keyboard|smallestScreenSize|screenSize"
android:hardwareAccelerated="true" />
<receiver
android:name="com.inmobi.commons.core.utilities.uid.ImIdShareBroadCastReceiver"
android:enabled="true"
android:exported="true"
tools:ignore="ExportedReceiver">
<intent-filter>
<action android:name="com.inmobi.share.id" />
</intent-filter>
</receiver>
Run Code Online (Sandbox Code Playgroud)
PS ImIdShareBroadCastReceiver已弃用但需要。
归档时间: |
|
查看次数: |
390 次 |
最近记录: |