You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
im trying to implement ima ads in avplayer and then taking the view to flutter via method channel and on flutter side ive a next and previous button on which i switch between videos since avplayer doesnt take a list of urls so what im doing is
create AVPlayer object
stop AVPlayer (old video)
goto step 1 with new video URL
now what i want to achieve is that every time the video is changed via next or prev the ads should also load, currently they only show up for first video and thats it
The text was updated successfully, but these errors were encountered:
im trying to implement ima ads in avplayer and then taking the view to flutter via method channel and on flutter side ive a next and previous button on which i switch between videos since avplayer doesnt take a list of urls so what im doing is
now what i want to achieve is that every time the video is changed via next or prev the ads should also load, currently they only show up for first video and thats it
The text was updated successfully, but these errors were encountered: