I have tried this on Android devices and it works fine, but for iOS I am having problems.
I have a iPhone 6 device and when I try to display ads on this device the ads are showing up but along with that after few seconds a black video popup is showing up with default player controls. When I click on close button it hides the black video popup and then I can use the app. The same thing doesn't happen on Android devices or on iPad devices.
I am using below code to show the banner ads
<Banner
adSize= {DSWPConfig.adPolicy.adSize.mediumRectangle}
validAdSizes={[DSWPConfig.adPolicy.adSize.mediumRectangle]}
adUnitID={item.adUnitId}
style = {style?.adStyle}
/>
I have also tried the example project and inside it, I am facing the same issue where while loading some ads it is showing the black video player.
I have hardcoded the ads url that we are using in our project and tried to load the ads. Ads are loading but there are some types of ads which does not load and instead of the ads it loads a black video with the video controls.
Here is a video recording for the issue that I am facing: https://www.dropbox.com/s/n9fxpe2s8wbzfo9/Image%20from%20iOS.MP4?dl=0
I have tried this on Android devices and it works fine, but for iOS I am having problems.
I have a iPhone 6 device and when I try to display ads on this device the ads are showing up but along with that after few seconds a black video popup is showing up with default player controls. When I click on close button it hides the black video popup and then I can use the app. The same thing doesn't happen on Android devices or on iPad devices.
I am using below code to show the banner ads
I have also tried the example project and inside it, I am facing the same issue where while loading some ads it is showing the black video player.
I have hardcoded the ads url that we are using in our project and tried to load the ads. Ads are loading but there are some types of ads which does not load and instead of the ads it loads a black video with the video controls.
Here is a video recording for the issue that I am facing: https://www.dropbox.com/s/n9fxpe2s8wbzfo9/Image%20from%20iOS.MP4?dl=0