これはうまくいきますが、特定のクラス名「food」に表示する必要があり、他のクラスには表示されません。ヒントをいただければ幸いです。
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
// [Shared instance];
[NSTimer scheduledTimerWithTimeInterval:20 target:self selector:@selector(ad) userInfo:nil repeats:YES];
}
-(void)ad{
[ALInterstitialAd showOver:self.window];
}