I'm integrating Vungle into my next app, and I've been able to get everything to work properly, but the one thing that I cannot find in the documentation is a delegate method for handling an ad not loading.
There doesn't seem to be a adNotServed:
or adNotAvailable:
method.
Will this never happen? What if the user attempts to play the ad, but they don't have internet. How do I handle this?
Edit:
If I launch my app with no internet, Vungle is never started, so when I go to play the ad, nothing happens. There are no error messages; nothing is logged...