So, I can use Adbuddiz and iAd banners in conjunction.
Simply use Runtime:addEventListener(“AdBuddizEvent”, listener) and show an iAd banner in the “didHideAd” handler.
Here’s the problem and if my memory serves well, it’s been raised before:
print("event.response = " … tostring(event.response))
print("event.provider = " … tostring(event.provider))
print("event.isError = " … tostring(event.isError))
print("event.type = " … tostring(event.type))
print("event.name = " … tostring(event.name))
print("loadRequested ", loadRequested)
None of these print statement values in function AdCallback(event) are useful in ads.init(“iads”, bundleID, AdCallback) insofar as knowing when an iPad interstitial or AdMob interstitial is closed.
This functionality is essential in order to mix ad providers successfully.
Does this functionality exist?