Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatible file type is not available #63

Open
SamMatinyan opened this issue Jul 7, 2023 · 0 comments
Open

Incompatible file type is not available #63

SamMatinyan opened this issue Jul 7, 2023 · 0 comments

Comments

@SamMatinyan
Copy link

SamMatinyan commented Jul 7, 2023

Hey there!

I'm receiving this error:
Linear assets were found in the VAST ad response, but none of them matched the video player's capabilities.

I would like to know which file types the ad server is returning that the SDK cannot play(.acc, .ogg, or others). If I'm correct the func adsManager(_ adsManager: IMAAdsManager, didReceive event: IMAAdEvent) is the place to see the content type by this way event.ad?.contentType. This works when Google IMA doesn't return any error, but in this case, the IMAAdEventType.LOADED isn't called. The only event called is IMAAdEventType.ALL_ADS_COMPLETED, but here the event.ad is nil(also the content type).

Test URL: https://run.mocky.io/v3/1dd99480-8d4d-4fa6-b7f6-849585d95be9

Thanks in advance!

@SamMatinyan SamMatinyan changed the title Incompatible file type is not avaible Incompatible file type is not available Jul 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant