googleads / googleads-mobile-android-mediation

Sample Android project showcasing how to build a mediation adapter or custom event for the Google Mobile Ads SDK.
Apache License 2.0
239 stars 196 forks source link

InMobi adapter bug of notify recyclerView refresh data #161

Open xavierwangg opened 5 years ago

xavierwangg commented 5 years ago

InMobi native can be showed perfectly after inflated the first time. But when change the native ad position, or just call notifyDataSetChange() without any change in original list data. The InMobi native ad doesn't show mediaView(image or video) while icon, title text, body text can be showed good; and all ad elements can't be clicked. But AdMob native will be OK after refresh.

I tried to use 'com.google.ads.mediation:inmobi-imageview:7.2.2', this library can work good. So it just the problem of 'com.google.ads.mediation:inmobi:7.2.7.0'.

Hope you can fix this bug.

You can see the screenshot here. https://i.stack.imgur.com/wTVFg.png

spilaka commented 4 years ago

@BlackComte facing the same issue with latest InMobi Android Adapter ?

awayo commented 4 years ago

Yes, only com.google.ads.mediation:inmobi-imageview adapters works as expected.

RajSuvariya-InMobi commented 4 years ago

@BlackComte @awayo The latest adapter 9.0.6.0 has the fixes for the above-mentioned issues. Please test and let us know if it still exists.