Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4623064
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T02:55:57+00:00 2026-05-22T02:55:57+00:00

Could any one helpme with how to add admob codes in Appdelegate file. Currently

  • 0

Could any one helpme with how to add admob codes in Appdelegate file.
Currently i have the following code in my appdelegate file.

- (void)applicationDidFinishLaunching:(UIApplication *)application
{


        [web_online loadHTMLString:@"<h1>Loading...</h1>" baseURL:nil];
    current_word = [[NSString alloc] initWithString:@"keyword"];
    current_url = [[NSString alloc] initWithString:@"http://www.google.com"];
#if 0
    if ([[NSUserDefaults standardUserDefaults] boolForKey:@"auto_correction"] == NO)
        search_main.autocorrectionType = UITextAutocorrectionTypeYes;
    else
        search_main.autocorrectionType = UITextAutocorrectionTypeNo;

#endif
    //search_main.keyboardAppearance = UIKeyboardAppearanceAlert;
    search_main.autocorrectionType = UITextAutocorrectionTypeNo;
    search_main.autocapitalizationType = UITextAutocapitalizationTypeNone;

    [self init_data];
    [self init_sound];
    [window addSubview:nav_main.view];
    [window addSubview:view_start];

#ifdef DISABLE_ADMOB
    view_ad.hidden = YES;
#endif

    // Override point for customization after application launch
    [window makeKeyAndVisible];
}

My question is how to add the admob codes ie the code below

bannerView_ = [[GADBannerView alloc]
                   initWithFrame:CGRectMake(0.0,
                                            self.view.frame.size.height -
                                            GAD_SIZE_320x50.height,
                                            GAD_SIZE_320x50.width,
                                            GAD_SIZE_320x50.height)];

  // Specify the ad's "unit identifier." This is your AdMob Publisher ID.
  bannerView_.adUnitID = @"67576511260";

  // Let the runtime know which UIViewController to restore after taking
  // the user wherever the ad goes and add it to the view hierarchy.
  bannerView_.rootViewController = self;
  [self.view addSubview:bannerView_];

  // Initiate a generic request to load it with an ad.
  [bannerView_ loadRequest:[GADRequest request]];

in the appdelegate file.
Everything else i have done.
All my code is done in appdelegate file . ie why this??

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T02:55:58+00:00Added an answer on May 22, 2026 at 2:55 am

    There’s two questions to answer here.

    Firstly, just put the code before the [window makeKeyAndVisible] replacing instances of [self view] with window and it should work.

    Secondly, why is all that in your app delegate? The standard way of writing iPhone apps is to use a UIViewController with UIView objects (apple’s variant on MVC) – this separates out your data and presentation code nicely.

    More importantly here, all libraries like this will assume that you’ve used this pattern – hence you are finding trouble getting the admob code to work – it’s designed to fit inside a UIViewController, not inside an app delegate.

    Why have you decided not to use view controllers?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was wondering if any one could help me out; I have a table
I have the following html code: <div id=test> <nav> <ul> <li>One</li> <li>Two</li> </ul> <ul>
Could anyone help me to understand following line of code: sol< ?=f((1<< n)-1,i,0)+abs(P[i])*price; I
Could any one give an explanation on how a DHT works? Nothing too heavy,
Could any one suggest good Python-related podcasts out there, it could be anything about
Could any one tell me how to enable SOCKET support in PHP ?
I have a possibly long running program that currently has 4 processes, but could
Previously I asked about how I could call separate values from a text file
I was wondering if anyone could take a look at this code and help
I have three gyroscope values, pitch, roll and yaw. I would like to add

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.