appodeal / react-native-appodeal

Official React Native package that adds Appodeal SDK support to your react-native application.
https://appodeal.com
59 stars 37 forks source link

AppodealBanner displays ad but doesn't log impression #74

Closed markchen8717 closed 3 years ago

markchen8717 commented 3 years ago

AppodealBanner displays the banner ad fine inside the app, however, the impression is not logged. More over, manually loading an ad and showing it with Appodeal.show(AppodealAdType.BANNER_TOP) will log an impression. I tried to put Appodeal.show(AppodealAdType.BANNER_TOP) inside onAdLoaded but no luck there either.

perrosnk commented 3 years ago

I am facing the same issue on Android devices. Furthermore, due to the fact that the impression is not logged, the sdk doesn't trigger a banner refresh on Android devices leading to further loss of revenue. I have filled a bug report to the appodeal team on the website and I am waiting for a response too.

Ninjaman494 commented 1 year ago

Furthermore, due to the fact that the impression is not logged, the sdk doesn't trigger a banner refresh on Android devices leading to further loss of revenue.

@perrosnk Were you able to resolve this, and if so how? I'm facing the same issue on with my React Native app on Android. A banner refresh doesn't occur so the same ad is shown across multiple pages.

Ninjaman494 commented 1 year ago

@staskochkin Was issue closed because it was resolved in an newer release, or is there some other solution? I'm using react-native-appodeal v3.0.1 and still facing the issue described above.