Open
Description
Easy issue to reproduce:
-
Create a new Tabbed Application in XCode
-
Add LARSAdController and the necessary additional files (AdMob, frameworks, etc)
-
Add LAC code to your view controller:
[[LARSAdController sharedManager] addAdContainerToView:self.view withParentViewController:self];
[[LARSAdController sharedManager] setShouldHandleOrientationChanges:YES];
[[LARSAdController sharedManager] setGoogleAdPublisherId:@"pubID"];
- Ads will display fine in Portrait Mode, but when you rotate to Landscape they fail to appear.