问题标签 [chartboost]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
556 浏览

java - chartboost.showinterstitial() 有时不显示广告

我的 Chartboost 代码

我的广告有时会显示...可能是什么原因...请帮帮我

0 投票
2 回答
7921 浏览

chartboost - 在 android 中禁用测试模式时 Chartboost 插页式广告不显示

使用此代码可以看到测试广告..但是当我禁用测试模式时,根本看不到任何广告。

0 投票
1 回答
635 浏览

android - 合适的免费版本是否支持 adMob 或 ChartBoost 广告?

我正在尝试在合适的启动器中添加 admob 或 chartboost 应用程序,但仍然没有成功,我想知道它是否可能,如果是的话,谢谢。

0 投票
3 回答
341 浏览

ios - 如何在 AppDelegate 类中向 BOOL 返回 YES?

我已经为我的第一个应用程序工作了几个月,并且正处于需要在将其发送到应用程序商店之前添加广告的阶段。我已成功添加 iAD,并正在尝试配置 Chartboost。

当我试图阻止 Chartboost 在游戏的某些部分显示插页式广告时遇到了问题。我已根据 Chartboost 网站上的文档和 Chartboost.h 文件中的说明设置了位置:

抱歉,如果这听起来像一个愚蠢的问题,但我一直在通过我的 iOS 书籍和在线搜索我确信很简单的答案。如何从另一个类返回 YES 到 (BOOL)shouldDisplayInterstitial。来自我的 GameViewController.m 的 IE?

0 投票
1 回答
229 浏览

ios - Chartboost 插页式广告上移

我在 Cocos2d-X iPhone 游戏中使用了 Chartboost 广告。

当 revmob 横幅打开时,Chartboost 全屏广告上移。无法关闭此。

这是屏幕截图: 在此处输入图像描述

代码:

如何解决这个问题?

0 投票
1 回答
503 浏览

xcode - 更新 Chartboost SDK 后的语义问题

在 Xcode 中更新到最新的 Chartboost SDK 后出现以下问题。

  • (void)didCacheInterstitial:(NSString *)location { NSLog(@"interstitial 缓存在位置 %@", location);

  • (void)didDismissInterstitial:(NSString *)location { NSLog(@"dismissed interstitial at location %@", location);

[[Chartboost sharedChartboost] cacheInterstitial:location];

我收到的错误消息是:

'didCacheinterstitial:' 实现中的参数类型冲突:'CBlocation vs 'NSString*'

无法使用“NSString*”类型的 Ivalue 初始化“CBlocation”类型的参数

任何解决此问题的帮助将不胜感激。

0 投票
1 回答
233 浏览

android - Chartboost More Apps: Different type of ads view in android

I have integrate the charBoost Ads into My Application. Now i want to change the view from verticle to horizontal.

Can anyone suggest how can i achieve this ?

0 投票
1 回答
625 浏览

android - Error: Chartboost app ID and app signature must be set in the Android manifest

i have issue and not understand why this error appear after building app using ANE and instructions from this rep.

https://github.com/ChartBoost/air https://github.com/ChartBoost/air/blob/master/README.md

Chartboost AIR Plugin(3517): Your Chartboost app ID and app signature must be set in the Android manifest (using the AIR application descriptor file's tag). See the AIR plugin documentation for more details.

App ID and it value have been added in this format according to instruction and appears in manifest file:

meta-data android:name="__ChartboostAir__AppID" android:value="5373..." /> meta-data android:name="__ChartboostAir__AppSignature" android:value="4fc5d0..." />

But ANE doesn't recognise them. Can you advice something?

0 投票
2 回答
598 浏览

xcode - 如何修复 ChartBoost SDK 4.4 错误“libChartboost.a,缺少所需的架构 x86_64”

在成功将 Chartboost SDK 4.2 集成到我的 Appstore 发布的应用程序后,我在 Xcode 中升级到 SDK 4.4 时遇到错误:“libChartboost.a,缺少所需的架构 x86_64”。目前https://help.chartboost.com/documentation/ios上的文档尚未针对 SDK 4.4 进行更新。

在玩架构时(我不愿意从我的有效架构中删除“arm64”,因为“arm64”在 SDK 4.2 上运行良好,我更愿意支持 64 位系统)我是否可以得出结论,SDK 4.4不支持“arm64”?

尝试重新安装 SDK 4.4,并清理了几次构建文件夹。我错过了什么?谢谢!

0 投票
1 回答
455 浏览

ios - 方法“destroyAfterCBEvent”没有重载采用“0”参数

错误:方法destroyAfterCBEvent' takes0' 参数没有重载

以上问题的解决方法是什么>???

这些是使用并产生错误的代码..