I am trying to implement an AdMob ad in my app. I have done everything, but I just get a blank 48 x 320 view.
Here’s what I’m doing:
1). Add all the frameworks and AdMob files
2). Open a view’s .xib and add a view (320×48) and an NSObject there. Then put the NSObjects class to AdViewController. Then connect the two outlets (1 to the UIViewController class and another to the 320×48 view).
3). Build & run in Simulator.
My publisher ID is right. What am I doing wrong?
Thanks in advance!
I had same problem before… here is what I did.. not perfect.. kind of hack
I copied UIView from the ADMob sample code to use as AdView in my Project…
and it worked…