VPAID Vast is not working and freeze the player

Hello there,

We are testing with some new Ad Servers and we have now a VPAID url that freeze the Player on Android devices

This is the testing url:
https://vid.springserve.com/vast/679996?w=1470&h=920&cb=1667596207666914960&url=dev.riivi.com&ip=190.21.33.33&ua=Mozilla%2F5.0+(Macintosh%3B+Intel+Mac+OS+X+10_15_7)+AppleWebKit%2F537.36+(KHTML%2C+like+Gecko)+Chrome%2F106.0.0.0+Safari%2F537.36&dnt=0&ic=&dur=12&app_bundle=&app_name=&app_store_url=&inv_partner_domain=&vid=e4d2d811-7e01-4676-a118-913dcffe43b3&min_dur=6&max_dur=120&placement=mid

If we test on Google IMA Test we have no problem to watch the ads

Here is the code:

url = "https://vid.springserve.com/vast/679996?w=1470&h=920&cb=1667596207666914960&url=dev.riivi.com&ip=190.21.33.33&ua=Mozilla%2F5.0+%28Macintosh%3B+Intel+Mac+OS+X+10_15_7%29+AppleWebKit%2F537.36+%28KHTML%2C+like+Gecko%29+Chrome%2F106.0.0.0+Safari%2F537.36&dnt=0&ic=&dur=12&app_bundle=&app_name=&app_store_url=&inv_partner_domain=&vid=e4d2d811-7e01-4676-a118-913dcffe43b3&min_dur=6&max_dur=120&placement=mid"

        Log.e("URL vast", url)

        val adSource = AdSource(
            AdSourceType.Ima,
            url)

        val arrayAds = arrayOf(adSource)

        val addItem = AdItem(arrayAds, "pre", replaceContentDuration = 0.0, preloadOffset = 1.0)

The player cannot load the url and stop playing.

Is there something wrong on the config?

We tried with other AdSourceType but the ad is only skipped.

Hi,
VPAID ads are not supported on Android & iOS. VPAID ads are Javascript and only supported in Web-based environments.

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.