Is it okay to display and hide an iAd at will? Or 开发者_运维技巧is there an Apple-policy that says we MUST show an iAd at all times?
I\'m trying to resize my app\'s view whenever an iAd is scrolled down from the top. The problem is that in run-time, when i set the resized frame size of the relevant view, the resizing doesnt happen
I\'m getting a very strange crash due to iAd. Here\'s the debugger output: 2010-07-29 17:25:57.032 MemoryMatcherFree[5326:307] -[__NSOperationInternal bannerViewDidLoadAd:]: unrecognized selector se
I am testing an iAd app on an iPod touch.My iPod is connected to the internet.In all my testing, I have only received one callback to didFailToReceiveAdWithError.
I have a problem with iAd. I have two apps: l开发者_C百科et\'s call them AAA and BBB. AAA is a new application which is \"Waiting for upload\" with iAd enabled.
I\'ve been able to incorporate all of Apple\'s code, delegation, etc related to iAds, in simple view based applications.
I have an app I am working on which has been split into two targets, one for the iPhone and one for the iPad. The iPhone side (w/iAds) runs perfectly, but the iPad target gives me errors. It basi开发者
I got this iAd crash randomly in my app. What could I do to fix? I don\'t see any hints for me to fix it because on the simulator it never happens.
How to integrate iAd into my iPad App? Is there a way or is it working only on iPhone开发者_如何学编程 with iOS4?As iAd is a feature of iOS 4, and the iPad currently only runs iOS 3.2, you cannot yet
How to test with simulator the advertisement that is not being served by iAd? I already implemented the code with the help of the documentation, but now, how to test it, especially this delegate: