ldt116 / FBNativeAdAdapter

MIT License
23 stars 17 forks source link

Only 2 Ads are displayed #5

Open Luklek opened 7 years ago

Luklek commented 7 years ago

The 1st and 2nd position display ads A and B. After that it keep repeating ads A and B. Is this a recycling issue? can it be improved to show more variety of Ads? at least A-B-C-D-A-B-C-etc

ldt116 commented 7 years ago

If you set forceReloadAdOnBind = true then it will request new ads every time the view displayed, otherwise, it will display the old one.

In case you already set forceReloadAdOnBind, I think FB currently only have 2 ads option for your app.