将Google AdMob实施到UIWebview应用

时间:2014-05-17 11:36:53

标签: ios webview xcode5 admob tabbar

我正在尝试学习将Google的AdMob实施到我的应用程序的最佳方式我做过一次,但不确定这是正确的方式所以我正在努力确保它是。我想知道我需要在这行代码中将Google AdMob的代码放在哪里?

以下是我的工作内容:

//  D3@TH's Creations
//
//  Created by D3@TH on 5/16/14.
//  Copyright (c) 2014 D3@TH. All rights reserved.
//

#import "ViewController.h"

@interface ViewController ()

@end

@implementation ViewController

- (void)viewDidLoad {
    [super viewDidLoad];
    NSString *fullURL = @"http://sample.com";
    NSURL *url = [NSURL URLWithString:fullURL];
    NSURLRequest *requestObj = [NSURLRequest requestWithURL:url];
    [_viewWeb loadRequest:requestObj];
}

- (void)didReceiveMemoryWarning
{
    [super didReceiveMemoryWarning];
    // Dispose of any resources that can be recreated.
}

@end

只是为了让一些人知道所以他们不会混淆sample.com不是我的网站我因为广告规则而删除了我的网站。我也在制作Tab Bar WebView应用程序。

1 个答案:

答案 0 :(得分:0)

您可以在Google开发者页面中关注此示例。 https://developers.google.com/mobile-ads-sdk/docs/admob/fundamentals?hl=nl#ios