It appears as though there is a video, yet when ads.show() is called, no video is shown. Instead we see the following callbacks to the vungle listener:
I am Anna from Vungle. Did you find this issue when you upgrade to our newest vungle plugin? We are working for similar issue that happens when user upgrade 3.2.x -> 4.0.x in iOS sdk.
The issue described in the first post has come back. It reproduces only to some of our users, not all and not in our test environment, so we can’t get the device logs.
The problem is that ads.isAdAvailable() returns true, yet when ads.show() is called, no video is shown. Instead we see the following callbacks to the vungle listener:
To these users this problem reproduces every time.
They are using iOS 10.0.2, and the tracking id is enabled on their device. This is the same as some of our test devices, so we’re not sure why this is happening only to them.
Sorry for the delay. We just pushed out new Corona plugin with Vungle iOS SDK 4.0.8 and Android SDK 4.0.3 yesterday.
We verified iOS SDK 4.0.8 fixed cached ad issue, that users with cached ads from previous SDK cannot play ad though adAvailable flag is true. And I will look into Android today. In the meantime could you try newest Corona daily build that has updated Vungle plugin and let us know?
We released updated plugin yesterday and wondering if there is a way to update Vungle plugin only without updating entire daily build of Corona SDK. Can you advise?
Plugins update on their own, usually an hour or so after you push the changes to our server. For people using Corona SDK, they should not need a new daily build unless your plugin has made a change that’s depending on a feature in a later daily build (not usually the case).
However for Corona Enterprise users, plugins are put into a .tar.gz file with daily builds. Enterprise users needing access to the latest Vungle plugin would need to wait on the next daily build to get your latest version.
If you mean can users of the plugin check the version programmatically? No, you would have to provide an API for that. I can look on the server and see when it was updated and what the last commit’s description was.
I am Anna from Vungle. Did you find this issue when you upgrade to our newest vungle plugin? We are working for similar issue that happens when user upgrade 3.2.x -> 4.0.x in iOS sdk.