I use iAd in the root view controller (map-based application), and every time I switch to the new view controller after clicking the annotation or button on the toolbar, didFailToReceiveAdWithError is didFailToReceiveAdWithError .
This is the “error” I get:
Domain error = Code ADErrorDomain = 0 "Operation could not be completed. Unknown error" UserInfo = 0x251ba2d0 {ADInternalErrorCode = 7, ADInternalErrorDomain = ADErrorDomain, NSLocalizedFailureReason = Unknown error}
This is normal? And if so, is there a way to disable this?
source share