0
votes
1answer
39 views

iAd and other banners

In my application I'd like to show cycling iAd banners and another kind of "banners" made by myself. The problem is that I don't know which could be the best practice. I'd like to show iAd banner in a ...
0
votes
0answers
41 views

xcode iad banner in subview

I'm tying to add an iAd banner to a subview which moves around. When I try to add it nothing happens. i use [myView addSubview:adBanner]; but nothing happens. the following code works to have it at ...
0
votes
1answer
94 views

xcode - how do you create a iAd banner at runtime and set location

i want to be able to create an ad banner at runtime, set it's location to the top middle of the ipad then present it. i dont know how to create and set the location of it. edit: never mind, i forgot ...
0
votes
0answers
83 views

xcode ad banner ipad - work on landscape and portrait

i have an ad banner at the bottom of the screen in storyboard which is in portrait mode. i cant work out how to make it stretch or even centre itself when the ipad goes into portrait. [_adBanner ...
0
votes
0answers
108 views

sheared banner - iAdBanner & bannerLoaded

I use tha iAdSuite for learn how to setup sheared banner on my app, I have it work but I don't know how to check if the banner is loaded, how can I get the bool value if the banner is loaded? The ...
0
votes
2answers
114 views

iAd does not show up in my apps

I have an app for iPhone, and one for iPad. Both of them uses iAd and it worked before. But now iAd never loads in them! I just released the one for iPhone, so I'm in a hurry! Any ideas?
0
votes
1answer
118 views

XIB Control click programmatically referencing outlets iAD

I have an app that I would like to run with iAD. Sadly there is no view controller in interface builder format so I will have to do it programmatically. Can you make referencing outlets through code ...
0
votes
0answers
88 views

programatically making and iAD Banner

I need to make the banner view programatically because I do not have an interface builder file. How do I go about making this. Thank you in advanced!!!
0
votes
0answers
47 views

iAD implementation in .xib display add fault

I am building a single view application that only operates in portrait.I need to implement iAD but the tutorials online I dont exactly understand. I have dragged the ad view onto the xib and on my ...
0
votes
1answer
363 views

iphone: no display iad banner in navigation based HARDEST?

I already went through bees4honey, iadsuites samples (all three of them), and everyone's favorite raywenderlich tutor. None of them helped me display the banner. I dont have any xib which most of the ...
0
votes
1answer
173 views

iPhone:how to display iAd banner in Dapp exported code navigation based

I wasn't able to display the banner using dapp exported code which looks like it's navigation based I have followed through many samples including iadsuites sample from apple (navigation based) but ...
1
vote
3answers
448 views

iAdBannerView_problem

My application is Universal app and i am implementing iAd in this app, Just wanted to know that what is the height and width of the iad banner view for iphone and ipad. I am doing through Xib, when i ...
2
votes
2answers
2k views

iAd BannerView contentsizeIdentifier Portrait or 320x50?

So in viewdidload i have adView.requiredContentSizeIdentifiers = [NSSet setWithObject:ADBannerContentSizeIdentifier320x50]; adView.currentContentSizeIdentifier = ADBannerContentSizeIdentifier320x50; ...