不知何故,我每次都没有加载 Chartboost 插页式广告,询问他们并作为大多数答案:“在您在网络中测试时,没有更多可用的插页式广告满足条件......”。所以现在我也使用revmob。我的问题是:如何检查 Chartboost 是否已预加载?到目前为止我的代码:
if(Chartboost.hasInterstitial(CBLocation.Default))
{
Chartboost.showInterstitial(CBLocation.Default);
}else {
revmob.ShowFullscreen();
}
我只收到 revmob 插页式广告。我的检查条件好吗?看到了一些关于代表的东西,但我不知道如何使用它们。