我已经为我的第一个应用程序工作了几个月,并且正处于需要在将其发送到应用程序商店之前添加广告的阶段。我已成功添加 iAD,并正在尝试配置 Chartboost。
当我试图阻止 Chartboost 在游戏的某些部分显示插页式广告时遇到了问题。我已根据 Chartboost 网站上的文档和 Chartboost.h 文件中的说明设置了位置:
// Return NO if showing an interstitial is currently inappropriate, for example if the user has entered the main game mode
- (BOOL)shouldDisplayInterstitial:(NSString *)location;
抱歉,如果这听起来像一个愚蠢的问题,但我一直在通过我的 iOS 书籍和在线搜索我确信很简单的答案。如何从另一个类返回 YES 到 (BOOL)shouldDisplayInterstitial。来自我的 GameViewController.m 的 IE?