Share your feedback and help shape the Google Mobile Ads SDK roadmap. Take the Google Mobile Ads SDK Annual Survey for 2023 before it closes on May 5th, 2023.

GoogleMobileAds Framework Reference

Stay organized with collections Save and categorize content based on your preferences.

GADDebugOptionsViewController

@interface GADDebugOptionsViewController : UIViewController

Displays debug options to the user.

  • Creates and returns a GADDebugOptionsViewController object initialized with the ad unit ID.

    Declaration

    Swift

    convenience init(adUnitID: String)

    Objective-C

    + (nonnull instancetype)debugOptionsViewControllerWithAdUnitID:
        (nonnull NSString *)adUnitID;

    Parameters

    adUnitID

    An ad unit ID for the Google Ad Manager account that is being configured with debug options.

  • Delegate for the debug options view controller.

    Declaration

    Swift

    @IBOutlet weak var delegate: GADDebugOptionsViewControllerDelegate? { get set }

    Objective-C

    @property (nonatomic, weak, nullable) id<GADDebugOptionsViewControllerDelegate> delegate;