-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Spontaneous Ad completion using IMA SDK extension #7016
Comments
Hello Andrew, please give advice. Thank you |
It sounds like you are switching between Could you try keeping the To make this as seamless as possible you could alternatively try making your own The behavior with an ad getting skipped across what is effectively backgrounding/resuming sounds like #4140, which will be fixed when the new ads managers have been released and are used by the extension, tracked by #6429. |
Hey @janhofman. We need more information to resolve this issue but there hasn't been an update in 14 weekdays. I'm marking the issue as stale and if there are no new updates in the next 7 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
Since there haven't been any recent updates here, I am going to close this issue. @janhofman if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this. |
Hello,
I'm trying to make an app with ExoPlayer and its Ima Extension and I've encountered an issue:
Introduction
ExoPlayer version: 2.11.1
I have
MainActivity
with fragment that hascom.google.android.exoplayer2.ui.PlayerView
, this activity is locked to portrait mode.I have another activity called
VideoFullscreenActivity
which contains onlyPlayerView
If user requests fullscreen version of video I take the existing
SimpleExoPlayer
and assign it to the new view along with sameAdsMediaSource
,ImaAdsLoader
, no new objects apart from thePlayerView
itself are being created.Issue
Let's say there are multiple pre-rolls and first Ad is playing. When I go to fullscreen, everything works as intended. Ad continues to play as you would expect. However when I go to fullscreen and last pre-roll is playing that ad gets "skipped" and I get callback that it was
AdEvent.AdEventType.COMPLETED
Is that intended behavior?
The text was updated successfully, but these errors were encountered: