react-native-appodeal icon indicating copy to clipboard operation
react-native-appodeal copied to clipboard

Warn on Initialize Appodeal

Open jacow opened this issue 4 years ago • 3 comments

Hi, i'm trying to Initialize Appodeal. But why a few seconds later I got a warning like this?

WARN Sending onRewardedVideoLoaded with no listeners registered. WARN Sending onBannerLoaded with no listeners registered. WARN Sending onNonSkippableVideoLoaded with no listeners registered. WARN Sending onInterstitialLoaded with no listeners registered.

Is there something missing or something wrong from my Initialize? I'm doing the same just like on the readme file.

import {
    Appodeal,
    AppodealAdType
} from 'react-native-appodeal';

const adTypes = AppodealAdType.INTERSTITIAL | AppodealAdType.REWARDED_VIDEO | AppodealAdType.BANNER;
const consent = true;
Appodeal.initialize('appodeal_api_key_credential', adTypes, consent)

jacow avatar Aug 15 '21 23:08 jacow

Hello, @jacow. This warnings are appeared in case that an app is not registering call-backs listeners. If you app logic doesn't need to listen Appodeal's callbacks you can just ignore such warnings.

staskochkin avatar Aug 23 '21 07:08 staskochkin

Ok, thank you for the information.

But, when i try to load the banner why i's always failed. I'm using banner view. And i add callback onAdFailedToLoad then i got this log,

LOG Banner view is failed to load

May you help me why it's happend ?

jacow avatar Sep 12 '21 00:09 jacow

Hello @jacow , I have the same issue for Banner always being failed to load. Did you ever figure out what was the issue?

phballer11 avatar Sep 12 '22 02:09 phballer11

Closed due to inactivity

staskochkin avatar May 15 '23 09:05 staskochkin