-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[BUG]: IMA SDK crash #3904
Comments
That is very strange ... can you please provide the callstack of the crash ?
|
OK, thank you for the screenshot, it is clean to me now. Can you please try to re test your issue with this PR: #3911 ? |
Fix will be included in 6.3.0 |
This fixes the crash issue but when I navigate to video page my ad is played even if i navigate back. The player is somehow not removed or cleared. |
Version
6.2.0
What platforms are you having the problem on?
iOS
System Version
IOS
On what device are you experiencing the issue?
Real device, Simulator
Architecture
Old architecture
What happened?
I navigated to my video player page and navigated back before the video started playing. It crashes the app on the below lines in RCTVideo.swift
The error is related to it starts loading ad and the player is not there.
On version 6.0.0 the same behaviour don't crash my app but it starts playing audio on other screen when I navigate back.
Reproduction
repository link
Reproduction
Step to reproduce this bug are:
Navigate to video player page having preroll ads navigate back immediately.
The text was updated successfully, but these errors were encountered: