Tagged Questions
0
votes
0answers
15 views
Struggling with integrating iAd
I have a tab bar application which have table views as sub views. I need to show ad banner at bottom just above the tab bar. The ad banner sometimes is seen and sometimes not for a long time. ...
2
votes
1answer
156 views
iAd in multiple view controllers example
I have noticed the example tabbed bar application in the iAd suite only has one view controller and the actual tab bar proccess is coded. I have a tab bar application already, with three tabs, each ...
0
votes
0answers
99 views
iPhone Dev : iAd on multiple viewControllers
I know this sort of question has kind of been asked before, however they're either for different situations or have no answer. My question is how can I add an iAD banner across every view that is ...
1
vote
2answers
323 views
How to show iAd in all screens with single reference while using storyboard?
How can one implement iAd in such manner that it is implemented in only AppDelegate and can be used in all screens.
I put code in appDelegate.Do i still need to code for it in each view controller?
...
0
votes
0answers
30 views
iAd changed position in different view
So i have an app which has 5 different viewControllers in the storyboard, 2 of them are a goldish colour, which i had to change in the inspector, and the other three are black colour. Now all of the ...
4
votes
2answers
359 views
Shared iAd banner for UITabBarController based app using XCode 4 with storyboard
Storyboard iAd Tab Bar Controller sample project
1: Download sample project for Xcode 4.2
2: Make the banner visible above the Tab Bar from every view
3: post answer
4: recieve bounty
5: make ...
0
votes
1answer
169 views
Implementing a shared iad between ViewControllers
Hey i have been trying to implement a shared iad between 3 ViewConrollers using storyboards but Apples documentation on shared iads and iads in storyboards suck. I think i need to use a Singleton ...
0
votes
1answer
564 views
How do I remove ads with In App Purchase?
Having trouble finding out why my iAd is not removing when purchased.
Here is what I am trying in the file that has the iAd:
#define kInAppPurchaseUpgradeProductId @"kInAppPurchaseUpgradeProductId"
...
0
votes
1answer
283 views
Setting Delegate Outside UIViewController?
I am trying to isolate iAd initialization code from the main UIViewController as much as possible to achieve an easy integration for my apps in the future. I created AdManager (NSObject) class to deal ...
0
votes
1answer
83 views
How to add iAds across multiple UITableaview Controllers
I am looking for a tutorial on how to add an iAd view fixed within a UInavigationController that is constant across the hierarchy rather than a different instance for each one.
Thanks guys
2
votes
1answer
227 views
iads in uitabbarcontroller
I have a UITabBarController like this:
I want iads to be displayed right above the tab bar throughout the app. Rather than adding iads to individual view controller (there are like 15-20 view ...
0
votes
1answer
571 views
iAd: ADBannerViewDelegate methods only called once after viewDidLoad()
I have the following ADBannerViewDelegate implementations:
#pragma mark ADBannerViewDelegate Methods
- (void)bannerViewDidLoadAd:(ADBannerView *)banner {
self.headerView.frame = CGRectMake(0, 0, ...
