Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 08-10-2011, 12:05 PM   #1 (permalink)
Registered Member
 
Join Date: Apr 2010
Posts: 90
SeanyK is on a distinguished road
Default Struggling with adwhirl iPad ad sizes?

Hey folks,

I have successfully integrated adwhirl into my project, and it works fine on my iPhone, displaying correctly.

However, on the iPad, the ad banner is simply in the top left corner, at the wrong size.

I followed instructions, and the view controller.m file has this;

Code:
- (NSString *)adWhirlApplicationKey {
    
    if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPhone)
    {
        return @"iPhone SDK Key for Adwhirl";
    }
    else
    {
        return @"iPad SDK Key for Adwhirl";
    }
But still it displays the wrong banner size.


In the adwhirladaptoradmobads.m file I have;

Code:
- (void)getAd {
    //Request the right size ad for your device
    CGSize adSize = GAD_SIZE_320x50;
    if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad)
        adSize = GAD_SIZE_728x90;
        
    CGRect adFrame = CGRectMake(0, 0, adSize.width, adSize.height);
  GADRequest *request = [GADRequest request];
  NSObject *value;

Surely this should be making the iPad display @ 728x90?

Any ideas? :/
SeanyK is offline   Reply With Quote
Old 11-06-2011, 09:54 AM   #2 (permalink)
Registered Member
 
Join Date: Apr 2010
Posts: 90
SeanyK is on a distinguished road
Default

Coming back to this issue now after abandoning the idea of ads... Any ideas guys?
SeanyK is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 394
15 members and 379 guests
7twenty7, blasterbr, chiataytuday, cristofercolmbos, dedeys78, dre, fiftysixty, gmarro, HemiMG, jimmyon122, jonathandeknudt, pungs, raymng, tymex, UMAD
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,669
Threads: 94,121
Posts: 402,903
Top Poster: BrianSlick (7,990)
Welcome to our newest member, dedeys78
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 04:07 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0