I have an android app where I am using Facebook Audience Network for displaying native ads to my user.
I am using a recycler view for displaying a list.
The problem that I am facing is that the ads are not clickable when I put them at the first and second position of my recycler view.The same code is working fine in other position (>2).
Can anyone help me with this in any way?