Skip to content

Landscape Ads Don't Appear with a Tab Bar Controller #15

Open
@malcolmmurdock

Description

@malcolmmurdock

Easy issue to reproduce:

  1. Create a new Tabbed Application in XCode

  2. Add LARSAdController and the necessary additional files (AdMob, frameworks, etc)

  3. Add LAC code to your view controller:

[[LARSAdController sharedManager] addAdContainerToView:self.view withParentViewController:self];
[[LARSAdController sharedManager] setShouldHandleOrientationChanges:YES];
[[LARSAdController sharedManager] setGoogleAdPublisherId:@"pubID"];
  1. Ads will display fine in Portrait Mode, but when you rotate to Landscape they fail to appear.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions