Thanks Henson802. Appreciate your edit.
I believe this issue is still outstanding and unaddressed. (Jordyn of Vungle - anything??)
Steve
Thanks Henson802. Appreciate your edit.
I believe this issue is still outstanding and unaddressed. (Jordyn of Vungle - anything??)
Steve
Hi Nathan,
The fix for this will be released with our next Corona/Vungle plugin, version 2.1.1. I have just sent a message to the team for an ETA on that release. I’ll update this when I hear back!
Cheers,
Jordyn Chuhaloff
Developer Programs Engineer
Vungle
Update: This version has been passed to QA and is expected to be released soon, hopefully this week.
Thanks, Jordyn! This problem is fixed, and my ads.init() listener is now processing event types.
Nathan
Hi all,
We are still working on this issue. I don’t have an update just yet, but I am pushing on the team to get this through. Will update soon!
Jordyn
Developer Programs Engineer
Vungle
Hi all,
Corona/Vungle plugin, version 2.1.1, is now live! It should fix this issue. Please let me know if you continue to see the issue, or if you have any questions.
Cheers,
Jordyn Chuhaloff
Developer Programs Engineer
Vungle
Hi Jordyn,
I am having a difficulty to use Vungle incentivised ads in my app. I tested with iphone5 (8.4) and ipad4 (8.4). I am using Corona Simulator Version 2015.2692 (2015.7.29)
In adEnd type event,
event.wasCallToActionClicked is always nil
In adView type event,
event.isCompletedView works
event.secondsWatched works
event.totalAdSeconds is always nil
Here is my vungle listener :
AdNetworks.vungleListener = function ( event ) if ( event.type == "adStart" and event.isError ) then infoText.text = infoText.text .. " \n " .. event.type .. " Video not availible" end if ( event.type == "adStart" and not event.isError ) then -- Ad will play infoText.text = infoText.text .. " \n " .. event.type end if ( event.type == "cachedAdAvailable" ) then end if ( event.type == "adView" ) then infoText.text = infoText.text .. " \n " .. event.type .. " " .. tostring(event.isCompletedView) .. " " .. tostring(event.totalAdSeconds) .. " " .. tostring(event.secondsWatched) end if ( event.type == "adEnd" ) then infoText.text = infoText.text .. " \n " .. event.type .. " " .. tostring(event.wasCallToActionClicked) end end
Thanks for your answer in advance.
Hi Umut,
I did some testing and found that I can reproduce this as well. I’ll send a ticket in to our plugins team and let you know what I find out.
Thanks!
Jordyn Chuhaloff
Developer Programs Engineer
Vungle
Hi Umut,
Looks like these properties haven’t ever been available for iOS, just Android. We will be implementing them soon, so that both platforms match. I’ll update this thread when it becomes available!
Jordyn Chuhaloff
Developer Programs Engineer
Vungle
I’m going to bump this post because I believe I’m having the same problem. My listener is not being called by “ads.init”, so the video will play but I can’t react to events, which is entirely necessary. I’m testing on iOS 8.3.
Nathan
Hi Nathan,
The fix for this will be released with our next Corona/Vungle plugin, version 2.1.1. I have just sent a message to the team for an ETA on that release. I’ll update this when I hear back!
Cheers,
Jordyn Chuhaloff
Developer Programs Engineer
Vungle
Update: This version has been passed to QA and is expected to be released soon, hopefully this week.
Thanks, Jordyn! This problem is fixed, and my ads.init() listener is now processing event types.
Nathan
Hi all,
Corona/Vungle plugin, version 2.1.1, is now live! It should fix this issue. Please let me know if you continue to see the issue, or if you have any questions.
Cheers,
Jordyn Chuhaloff
Developer Programs Engineer
Vungle
Hi Jordyn,
I am having a difficulty to use Vungle incentivised ads in my app. I tested with iphone5 (8.4) and ipad4 (8.4). I am using Corona Simulator Version 2015.2692 (2015.7.29)
In adEnd type event,
event.wasCallToActionClicked is always nil
In adView type event,
event.isCompletedView works
event.secondsWatched works
event.totalAdSeconds is always nil
Here is my vungle listener :
AdNetworks.vungleListener = function ( event ) if ( event.type == "adStart" and event.isError ) then infoText.text = infoText.text .. " \n " .. event.type .. " Video not availible" end if ( event.type == "adStart" and not event.isError ) then -- Ad will play infoText.text = infoText.text .. " \n " .. event.type end if ( event.type == "cachedAdAvailable" ) then end if ( event.type == "adView" ) then infoText.text = infoText.text .. " \n " .. event.type .. " " .. tostring(event.isCompletedView) .. " " .. tostring(event.totalAdSeconds) .. " " .. tostring(event.secondsWatched) end if ( event.type == "adEnd" ) then infoText.text = infoText.text .. " \n " .. event.type .. " " .. tostring(event.wasCallToActionClicked) end end
Thanks for your answer in advance.
Hi Umut,
I did some testing and found that I can reproduce this as well. I’ll send a ticket in to our plugins team and let you know what I find out.
Thanks!
Jordyn Chuhaloff
Developer Programs Engineer
Vungle
Hi Umut,
Looks like these properties haven’t ever been available for iOS, just Android. We will be implementing them soon, so that both platforms match. I’ll update this thread when it becomes available!
Jordyn Chuhaloff
Developer Programs Engineer
Vungle