我已经关注了来自Chartboost i iOS的示例。即使我也从Stackoverflow中查看了所有问题。我也使用了他们的建议,但没有找到插页式广告。 即使我允许在Chartboost仪表板中发布网络。
当App安装在设备上时,它可以正常工作,即使我们删除应用程序并运行xcode仍然是Chartboost没有显示插页式广告的相同问题。每次调用方法如下:
- (void)didFailToLoadInterstitial:(NSString *)location
我还包括以下方法:
- (void)didDismissInterstitial:(NSString *)location {
NSLog(@"chartboost*** dismissed interstitial at location %@", location);
[[Chartboost sharedChartboost] cacheInterstitial:location];
}
我的应用程序中没有看过Chartboost广告。我还包括以下方法来检查缓存是否可用。
BOOL isCached = [[Chartboost sharedChartboost] hasCachedInterstitial:@"After level 1"];
并返回NO。在两个屏幕中,我需要来自chartboost的广告。我也给了他们两个不同的位置名称,并在需要时调用它们。
如何克服这个问题??
答案 0 :(得分:0)
已经2年了,所以你已经知道了问题的解决方案,但是对于那些面临这个问题的人来说,你必须等待几分钟甚至超过10分钟才能显示第一个插页式图表升级或测试广告。当您删除应用程序并在Xcode上重新运行它时,您需要再次等待很长时间。有时超过10分钟。