Sorry, but no. The Vungle plugin can only be updated by CoronaLabs / Vungle.
how can I make sure with vungle ads that an ad was completed (watched over the full time without being cancelled) in Corona?
I can’t find anything on this and just using “adEnd” is not working.
In the docs http://docs.coronalabs.com/plugin/vungle/init.html there are some event properties called “totalAdSeconds” and “secondsWatched” which I guess should work in your case. Have you tried those?
Thx for the info. I haven’t tried those. Is there a sample on how to use the “isCompletedView” with a listener?
Not that I know of, but they should be properties attached to the event that’s passed to the listener.
how can I make sure with vungle ads that an ad was completed (watched over the full time without being cancelled) in Corona?
I can’t find anything on this and just using “adEnd” is not working.
In the docs http://docs.coronalabs.com/plugin/vungle/init.html there are some event properties called “totalAdSeconds” and “secondsWatched” which I guess should work in your case. Have you tried those?
Thx for the info. I haven’t tried those. Is there a sample on how to use the “isCompletedView” with a listener?
Not that I know of, but they should be properties attached to the event that’s passed to the listener.