Here’s what I’ve tried:
vungle.init("vungle", AD\_CODE, adEventListener) && vungle.init("vungle", AD\_CODE..","..AD\_CODE, adEventListener) && vungle.init("vungle", AD\_CODE..","..AD\_PLACEMENT, adEventListener)
This is what always gets returned back to me
table: 0xc416fe60 { type =\> "interstitial" isError =\> false provider =\> "vungle" phase =\> "adInitFailure" name =\> "adsRequest" }
I have no idea why it’s failing though, I seem to be doing everything the docs tell me to do.
Side note: I would thinking that if the phase is “adInitFailure” that the “isError” should be true. Makes me wonder what other phases don’t set the isError to true even though there is actually an error.