Open GoogleCodeExporter opened 8 years ago
[deleted comment]
I'm seeing the same problem as well on both iOS 5.1 and 6.0
First this error is output to the debug screen:
[AppDeveloper]: ADBannerView: Unhandled error (no delegate or delegate does not
implement didFailToReceiveAdWithError:): Error Domain=ADErrorDomain Code=0 "The
operation couldn’t be completed. Unknown error" UserInfo=0x8d8ad70
{ADInternalErrorCode=7, ADInternalErrorDomain=ADErrorDomain,
NSLocalizedFailureReason=Unknown error}
And then immediately after that my delegate method for
adWhirlDidFailToReceiveAd gets called
My expectation was that AdWhirl would have implemented the iAd ADBannerView
delegate methods internally as part of the SDK and hidden the internals of any
of the specific advertising systems, such as iAd's ADBannerView from its users
(ie. logically abstracted the internal details of the lower level advertising
system being worked with).
So what should I be doing in my code to resolve the ADBannerView delegate
methods?
Original comment by paul...@gmail.com
on 28 Sep 2012 at 11:02
Original issue reported on code.google.com by
ch...@pokerincome.com
on 20 Aug 2012 at 8:18