我遵循了Chartboost I iOS的例子。甚至我也签出了Stackoverflow上的所有问题。我也使用了他们的建议,但没有发现间隙。甚至我还允许在Chartboost仪表板中进行网络发布。
当第一次在设备上安装应用程序时,它工作得很好,即使我们删除应用程序并运行xcode,仍然存在Chartboost不显示Interstitial的相同问题。每次它调用方法时,如下所示:
- (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的广告。我也给了它们两个不同的位置名称,并在需要的时候调用它们。
如何克服这个问题?
发布于 2015-12-18 03:14:48
已经两年了,所以你已经知道了问题的解决方案,但对于那些面临这个问题的人来说,你必须等待几分钟,有时甚至超过10分钟,才能看到第一个间隙chartboost,无论是直播广告还是测试广告。当你删除你的应用程序并在Xcode上重新运行它时,你必须再次等待很长一段时间。有时会超过10分钟。
https://stackoverflow.com/questions/17988336
复制相似问题