In the MyCoronaDelegate implementation I implemented the following, working on the Flurry Ads implementation:
- (void)spaceDidDismiss:(NSString \*)adSpace interstitial:(BOOL)interstitial{
if (interstitial) {
NSLog(@"Full Screen Ad Closed ");
}
else
{
NSLog(@"Banner Ad Closed ");
}
[FlurryAds fetchAndDisplayAdForSpace:@"Block Struggle iOS" view:appViewController.view size:BANNER\_BOTTOM];
}
But, obviously this function doesn’t know about the appViewController which is in the runtime. How do I retrieve the appViewController in MyCoronaDelegate? [import]uid: 66464 topic_id: 33867 reply_id: 333867[/import]