我一直在研究我的第一個應用程序幾個月,並且在我將它發送到應用程序商店之前需要添加廣告的階段。我已經成功添加了iAD,並試圖配置Chartboost。如何在AppDelegate類中返回YES到BOOL?
我試圖阻止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。 I.E從我的GameViewController.m?
逸岸這個方法應該返回YES或NO,而期望一個字符串作爲參數。 –