-
-
Notifications
You must be signed in to change notification settings - Fork 140
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
[IOS] Multiple ads on 1 screen #301
Comments
we're running into this as well. |
how did you decide? |
you can create a ref for NativeAdvanceAds and call loadAd again for this. |
You can reproduce this by simply changing media to true in the example app list view: line 23 of /example/src/list.js Not sure why this is happening, but its a real problem on iOS... |
I think the core issue is having 2 ads displaying with the same adUnit but loading at different times. Obviously a work around would be different ad units but that problematic. |
My experience happens even if the ad units are different... |
how was this fixed? |
Any update on this ? how can I fix this ? |
still no solution for this? |
I just foundout NativeMediaView is the problem, but right now i don't have time to invest on the issue. I decide to just using ImageView on my app to display ads with image. Not using video ad yet for the above issue. |
Showing more than one ad on visible screen is against admob policies. |
I can't find any information about that. It seems this does not violate admob policies @ammarahm-ed |
I use 2 NativeAdView at top and bottom on 1 screen, so if it show the same ads -> NativeMediaView of top-ads return blank.
I check firebase-analyst and only see bottom-ads be counted
Android working perfectly
My code:
- Ads repository init (on loading screen)
- Ads component
The text was updated successfully, but these errors were encountered: