Closed dwery closed 10 years ago
Are you wanting this in production, or just during development?
I'd say production, it shouldn't happen often
Ad network "failures" are very common, since they will be thrown for instance whenever an ad network doesn't have inventory to display. The only logs that I show regardless are implementation errors or warnings that occur during development.
Is there a specific reason why you are interested in letting these logs display in your user's device console?
I've updated the iAd adapter to display the specific error that is being returned from the system in didFailToReceiveAdWithError:
: 90eb8808b8b6f784d64c09314c144f182f697bac. You will still need logging enabled.
nope, if they're common there's no point in showing them. ty.
In the delegates, always NSLog the error code when an ad network fails. (Without using the
LARSADCONTROLLER_DEBUG
define)