Hi,
Somehow I got this error message when testing iAd on the device.
"no qualified ads found for this request"
What to do to fix it? Anyone has any idea? On the simulator there is no error, it succeeds to show the "Test Advertisement"
UPDATE:
The real problem here is that the delegate to raise the error IS NOT BEING CALLED, on the simulator it works, and on the iPhone it does not. That is the issue.
More details here:
This function is being called in the Simulator:
- (void)bannerViewDidLoadAd:(ADBannerView *)banner
While this function is being called in the device:
- (void)bannerView:(ADBannerView *)banner didFailToReceiveAdWithError:(NSError *)error
I did enable the iAd in the developer's portal and other apps that I test on the device DO show the Test Advertisement.