Skip to content
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

Same ad is showing in list view #75

Open
zjamshidi opened this issue Dec 5, 2020 · 4 comments
Open

Same ad is showing in list view #75

zjamshidi opened this issue Dec 5, 2020 · 4 comments

Comments

@zjamshidi
Copy link

Hi
Thanks for your outstanding plugin. I want to load and show native ads in a SliverList. Regardless of the number of NativeAdmob widgets, only one ad is loaded to all widgets.

To be sure about my implementation, I checked the sample app. When you run the sample app, you see the same ad is showing in both widgets. When you refresh the ads, they got reloaded but still, the ad which is showing by the widgets are the same:
image
Is it only me or it's a bug?

@bdlukaa
Copy link

bdlukaa commented Dec 8, 2020

That's because you're using test ads. They're likely supposed to be the same ad. Sometimes the same ad showed up for me in different screens. This is an expected behavior

@zjamshidi
Copy link
Author

I will check with "real" ads and update here.

@oguz42
Copy link

oguz42 commented Feb 14, 2021

same problem here "real" ads.

@haresh4d
Copy link

You must have used same controller object for both the ad. In that case it will show the same ad. If you reload the ad then all the ads under the controller will be reloaded.

Its confusing. Someone please try to solve it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants