I don’t think it’s an inventory issue, at least not in my case. The app I’m working on is serving videos just fine in test and live mode. All the issues seem to be on vungles side. This is my current setup and the bugs that I’m experiencing:
Setup - I created a new app in vungles portal and I’m using the default placement they’ve assigned me. It’s setup for auto caching.
Issues:
-
On app start I init vungle and sometimes the auto caching ad wont cache itself (or it doesn’t call the vungle listener I have setup in the init).
-
On app start I init vungle and sometimes the auto caching ad will cache itself multiple times typically 3-9 times. The following image will explain what I mean a little better
-
After an ad shows successfully or unsuccessfully the vungle.show{} always returns nil. The docs here https://docs.coronalabs.com/plugin/vungle/show.html says “This API returns a boolean true or false depending on the availability of a cached video ad.”
-
After playing an ad the event.type=“adStart” response will get called a bunch of times similar to bug #2. In fact almost every call besides the init gets called a bunch of times including: adStart, adEnd, adAvailable etc etc