- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试将 Firebase Admob 实现到我的应用程序中,并且我尝试使用横幅广告,当测试 id 显示时显示广告,但在使用真实应用程序 id 时不显示。我等了大约一个月仍然没有广告。
我根据他们阅读的文档都很好,但仍然没有运气
错误日志显示广告加载失败 3
不知道是什么原因造成的。
谢谢。
class ImagePath extends StatefulWidget {
final String imgPath;
ImagePath(this.imgPath);
@override
_ImagePathState createState() => _ImagePathState();
}
class _ImagePathState extends State<ImagePath> {
String localPath;
static const MobileAdTargetingInfo targetingInfo = MobileAdTargetingInfo(
testDevices: testDevice != null ? <String>[testDevice] : null,
nonPersonalizedAds: true,
keywords: ["website", "games"],
);
BannerAd bannerAd;
BannerAd createBannerAd() {
return BannerAd(
adUnitId: "AD-ID-HERE",
size: AdSize.banner,
targetingInfo: targetingInfo,
listener: (MobileAdEvent event) {
print("BannerAd $event");
});
}
@override
void initState() {
FirebaseAdMob.instance
.initialize(appId: "APP-ID-HERE");
bannerAd = createBannerAd()
..load()
..show(anchorType: AnchorType.bottom);
super.initState();
}
@override
void dispose() {
bannerAd?.dispose();
super.dispose();
}
Future<String> get localpath async {
final result = await Permission.storage.request();
if (result == PermissionStatus.granted) {
final localPath =
(await findLocalPath()) + Platform.pathSeparator + 'Download';
final savedDir = Directory(localPath);
bool hasExisted = await savedDir.exists();
if (!hasExisted) {
savedDir.create();
}
return localPath;
} else
return null;
}
Future<String> findLocalPath() async {
final directory = Platform.isAndroid
? await getExternalStorageDirectory()
: await getApplicationDocumentsDirectory();
return directory.path;
}
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
backgroundColor: bgColor,
leading: IconButton(
icon: Icon(Icons.close),
onPressed: () => Navigator.of(context).pop(),
color: Colors.white,
),
actions: [
IconButton(
color: Colors.white,
icon: Icon(Icons.file_download),
onPressed: () async => DownloadTask(
taskId: await FlutterDownloader.enqueue(
url: widget.imgPath,
savedDir: await localpath,
showNotification: true,
openFileFromNotification: true)))
],
),
body: SizedBox.expand(
child: Container(
child: Stack(
children: [
Align(
alignment: Alignment.center,
child: Hero(
tag: widget.imgPath, child: Image.network(widget.imgPath)),
),
],
),
),
),
backgroundColor: bgColor,
);
}
}
错误日志——
D/ActivityThread(29222): holder:android.app.IActivityManager$ContentProviderHolder@c4e7070, holder.provider:android.content.ContentProviderProxy@a482fe9
D/DynamitePackage(29222): Instantiating com.google.android.gms.ads.ChimeraMobileAdsSettingManagerCreatorImpl
I/WebViewFactory(29222): Loading com.google.android.webview version 86.0.4240.110 (code 424011000)
W/ResourceType(29222): Found multiple library tables, ignoring...
I/System (29222): FinalizerDaemon: finalize objects = 289
D/WebView (29222): WebView<init>
I/cr_LibraryLoader(29222): Loaded native library version number "86.0.4240.110"
I/cr_CachingUmaRecorder(29222): Flushed 5 samples from 5 histograms.
E/chromium(29222): [ERROR:filesystem_posix.cc(62)] mkdir /data/user/0/sagarrawatuk.fotoApp/cache/WebView/Crashpad: No such file or directory (2)
D/ConnectivityManager.CallbackHandler(29222): CM callback handler got msg 524290
D/WebView (29222): addJavascriptInterface=googleAdsJsInterface
D/WebView (29222): removeJavascriptInterface=accessibility
D/WebView (29222): removeJavascriptInterface=accessibilityTraversal
D/WebView (29222): loadUrl=https://googleads.g.doubleclick.net/mads/static/mad/sdk/native/production/sdk-core-v40-impl.html
W/cr_media(29222): Requires BLUETOOTH permission
V/SettingsInterface(29222): invalidate [secure]: current 2 != cached 0
E/libEGL (29222): validate_display:255 error 3008 (EGL_BAD_DISPLAY)
D/ActivityThread(29222): holder:android.app.IActivityManager$ContentProviderHolder@90636e7, holder.provider:android.content.ContentProviderProxy@a09f294
D/DynamitePackage(29222): Instantiating com.google.android.gms.ads.ChimeraAdManagerCreatorImpl
D/SettingsInterface(29222): from settings cache , name = android_id , value = e6623267e10d401e
I/Ads (29222): Use RequestConfiguration.Builder().setTestDeviceIds(Arrays.asList("0D97118CC9A4746D5FDA6A253D5479F1") to get test ads on this device.
D/MPlugin (29222): createInstance(): Begin = 485050486
D/MPlugin (29222): create Instance (two parameters) with : com.mediatek.common.telephony.IOnlyOwnerSimSupport
D/MPlugin (29222): Clazz exists on mapping table : false
E/MPlugin (29222): Unsupported class: com.mediatek.common.telephony.IOnlyOwnerSimSupport
D/MPlugin (29222): createInstance(): End = 485050486
I/DynamiteModule(29222): Considering local module com.google.android.gms.ads.dynamite:0 and remote module com.google.android.gms.ads.dynamite:203404601
I/DynamiteModule(29222): Selected remote version of com.google.android.gms.ads.dynamite, version >= 203404601
D/SettingsInterface(29222): from settings cache , name = accessibility_captioning_enabled , value = 0
D/SettingsInterface(29222): from settings cache , name = accessibility_captioning_font_scale , value = null
D/SettingsInterface(29222): from settings cache , name = accessibility_captioning_locale , value = null
D/SettingsInterface(29222): from settings cache , name = accessibility_captioning_preset , value = null
D/libc-netbsd(29222): [getaddrinfo]: hostname=googleads.g.doubleclick.net; servname=(null); netid=0; mark=0
D/libc-netbsd(29222): [getaddrinfo]: ai_addrlen=0; ai_canonname=(null); ai_flags=1024; ai_family=0
W/Ads (29222): Not retrying to fetch app settings
D/libc-netbsd(29222): getaddrinfo: googleads.g.doubleclick.net get result from proxy gai_error = 0
D/SettingsInterface(29222): from settings cache , name = accessibility_captioning_enabled , value = 0
D/SettingsInterface(29222): from settings cache , name = accessibility_captioning_font_scale , value = null
D/SettingsInterface(29222): from settings cache , name = accessibility_captioning_locale , value = null
D/SettingsInterface(29222): from settings cache , name = accessibility_captioning_preset , value = null
D/libc-netbsd(29222): [getaddrinfo]: hostname=googleads.g.doubleclick.net; servname=(null); netid=0; mark=0
D/libc-netbsd(29222): [getaddrinfo]: ai_addrlen=0; ai_canonname=(null); ai_flags=1024; ai_family=0
W/Ads (29222): Not retrying to fetch app settings
D/libc-netbsd(29222): getaddrinfo: googleads.g.doubleclick.net get result from proxy gai_error = 0
D/OpenSSLLib(29222): OpensslErr:Module:12(116:176); file:external/boringssl/src/crypto/asn1/asn1_lib.c ;Line:186;Function:ASN1_get_object
D/OpenSSLLib(29222): OpensslErr:Module:12(116:176); file:external/boringssl/src/crypto/asn1/asn1_lib.c ;Line:186;Function:ASN1_get_object
W/flutter (29222): onAdFailedToLoad: 3
I/Ads (29222): Ad failed to load : 3
I/flutter (29222): BannerAd MobileAdEvent.failedToLoad
D/SQLiteDatabase(29222): beginTransaction()
D/SQLiteDatabase(29222): endTransaction()
D/SQLiteDatabase(29222): beginTransaction()
D/SQLiteDatabase(29222): endTransaction()
D/WebView (29222): evaluateJavascript=(function(){})()
D/WebView (29222): evaluateJavascript=google.afma.config.fetchAppSettings({"id":"1728bed4-cfbf-449f-a186-a71cd6e27ce4","args":{"app_id":"APP_ID","is_init":true,"pn":"sagarrawatuk.fotoApp"}});
最佳答案
您是否在 Admob 帐户中设置了付款详细信息?在您提供付款详细信息后,大约需要一天时间才能在您的应用中展示广告。
关于Firebase Admob 广告即使在一个月后也没有显示,广告加载失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64618369/
我的Angular-Component位于一个flexbox(id =“log”)中。可以显示或隐藏flexbox。 我的组件内部有一个可滚动区域,用于显示日志消息。 (id =“message-li
我真的很困惑 有一个 phpinfo() 输出: MySQL 支持 启用 客户端 API 版本 5.5.40 MYSQL_MODULE_TYPE 外部 phpMyAdmin 显示: 服务器类型:Mar
我正在研究这个 fiddle : http://jsfiddle.net/cED6c/7/我想让按钮文本在单击时发生变化,我尝试使用以下代码: 但是,它不起作用。我应该如何实现这个?任何帮助都会很棒
我应该在“dogs_cats”中保存表“dogs”和“cats”各自的ID,当看到数据时显示狗和猫的名字。 我有这三个表: CREATE TABLE IF NOT EXISTS cats ( id
我有一个字符串返回到我的 View 之一,如下所示: $text = 'Lorem ipsum dolor ' 我正在尝试用 Blade 显示它: {{$text}} 但是,输出是原始字符串而不是渲染
我无法让我的链接(由图像表示,位于页面左侧)真正有效地显示一个 div(包含一个句子,位于中间)/单击链接时隐藏。 这是我的代码: Practice
关闭。这个问题需要多问focused 。目前不接受答案。 想要改进此问题吗?更新问题,使其仅关注一个问题 editing this post . 已关闭 4 年前。 Improve this ques
最初我使用 Listview 来显示 oracle 结果,但是最近我不得不切换到 datagridview 来处理比 Listview 允许的更多的结果。然而,自从切换到数据网格后,我得到的结果越来越
我一直在尝试插入一个 Unicode 字符 ∇ 或 ▽,所以它显示在 Apache FOP 生成的 PDF 中。 这是我到目前为止所做的: 根据这个基本帮助 Apache XSL-FO Input,您
我正在使用 node v0.12.7 编写一个 nodeJS 应用程序。 我正在使用 pm2 v0.14.7 运行我的 nodejs 应用程序。 我的应用程序似乎有内存泄漏,因为它从我启动时的大约 1
好的,所以我有一些 jQuery 代码,如果从下拉菜单中选择了带有前缀 Blue 的项目,它会显示一个输入框。 代码: $(function() { $('#text1').hide();
当我试图检查 Chrome 中的 html 元素时,它显示的是 LESS 文件,而 Firefox 显示的是 CSS 文件。 (我正在使用 Bootstrap 框架) 如何在 Chrome 中查看 c
我是 Microsoft Bot Framework 的新手,我正在通过 youtube 视频 https://youtu.be/ynG6Muox81o 学习它并在 Ubuntu 上使用 python
我正在尝试转换从 mssql 生成的文件到 utf-8。当我打开他的输出 mssql在 Windows Server 2003 中使用 notepad++ 将文件识别为 UCS-2LE我使用 file
很难说出这里问的是什么。这个问题是含糊的、模糊的、不完整的、过于宽泛的或修辞性的,无法以目前的形式得到合理的回答。如需帮助澄清此问题以便重新打开它,visit the help center 。 已关
我正在尝试执行单击以打开/关闭一个 div 的功能。 这是基本的,但是,点击只显示 div,当我点击“关闭”时,没有任何反应。 $(".inscricao-email").click(function
假设我有 2 张卡片,屏幕上一次显示一张。我有一个按钮可以用其他卡片替换当前卡片。现在假设卡 1 上有一些数据,卡 2 上有一些数据,我不想破坏它们每个上的数据,或者我不想再次重建它们中的任何一个。
我正在使用 Eloquent Javascript 学习 Javascript。 我在 Firefox 控制台上编写了以下代码,但它返回:“ReferenceError:show() 未定义”为什么?
我正在使用 Symfony2 开发一个 web 项目,我使用 Sonata Admin 作为管理面板,一切正常,但我想要做的是,在 Sonata Admin 的仪表板菜单上,我需要显示隐藏一些菜单取决
我试图显示一个div,具体取决于从下拉列表中选择的内容。例如,如果用户从列表中选择“现金”显示现金div或用户从列表中选择“检查”显示现金div 我整理了样本,但样本不完整,需要接线 http://j
我是一名优秀的程序员,十分优秀!