Hello!
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 (320x48) 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 320x48 view).
3). Build & run in Simulator.
My publisher ID is right. What am I doing wrong?
Thanks in advance!