-
Notifications
You must be signed in to change notification settings - Fork 285
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
Preroll ad doesn't playing on iPhone devices #1158
Comments
Hello @muhammadshafie , Thank you for reaching out. I was not able to reproduce the issue on iPhone, using the Advanced sample. If you are able to share steps to modify the sample to reproduce the issue, that could help me witg debug. This plugin does not explicitly support React apps, so there may be certain React features or workflows that are not compatible. I would recommend trying to isolate the issue you are seeing, independent to React. If the issue is being caused by React, I would recommend reaching out on a React forum for advice integrating this plugin. Please let me know if you have any questions. Thank you, |
Hi @Kiro705 , Thanks for responding back. I'm testing the tag using the Advanced sample with Devtool and getting this kind of error and it skipping the Preroll ad. Just sharing on how I reproduce the issue. The way I inspect is like below,
On my nextJS project, I got extra error which is, error of VIDEOJS: ERROR: An error with Ads occured. Type: ads-preroll-error (Already ask in the community forum and waiting for their response). On the android, the ad working fine. |
Hello @muhammadshafie , For skippable ads, you will need to set the plugin advanced setting For more information about skippable ads on iOS, see the IMA HTML5 mobile skippable ads guide. |
Hi @Kiro705 , I have set disableCustomPlaybackForIOS10Plus in advanced setting as below,
but output is the preroll ad doesn't come out and I try to log the current configuration of ima and it shows that disableCustomPlaybackForIOS10Plus is already set to true, I'm not so sure whether this is the correct way to set disableCustomPlaybackForIOS10Plus. |
Hello @muhammadshafie , Yes, I believe that is correct for setting If you are still seeing an issue, would it be possible to share steps to reproduce the issue. You can use the plugin samples as a starting point, and include any changes needed to reproduce the issue. Let me know if you have any questions. Thank you, |
Hi,
I have difficulty on running preroll ad on iPhone Devices, I notice that preroll ad not working when I preview using Chrome Devtool (Dimension: All iPhone Devices) or on actual device. On Android devices, its working perfectly fine.
I notice that there log for this issue,
VIDEOJS: adserror (Preroll)
VIDEOJS: ERROR: An error with Ads occured. Type: ads-preroll-error.
Below is my implementation code,
The text was updated successfully, but these errors were encountered: