Flutter 和广告中介

问题描述

admob 有限制,所以我正在尝试向我的应用添加中介..
但出于某种原因,我只收到 Facebook 广告上的广告请求

enter image description here

在我的代码中,我只在依赖项中添加了 fan 的行,这就是它的样子

dependencies {
implementation platform('com.google.firebase:firebase-bom:26.3.0')
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation 'com.google.firebase:firebase-analytics'
implementation 'com.google.firebase:firebase-core'
implementation 'com.google.android.gms:play-services-ads'

implementation 'com.google.ads.mediation:facebook:6.2.0.1'
}

在 VScode 中工作,而不是 android studio 有什么我可以做的让它工作或我需要添加什么吗??

PS:我在这里看到了其他 Flutter mediation 的答案(实际上只有一个,但仍然没有)

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)