react-native-admob-native-ads icon indicating copy to clipboard operation
react-native-admob-native-ads copied to clipboard

[AD][FAILED]: undefined. | Ad Not Loaded

Open dipakjayswal opened this issue 2 years ago • 1 comments

When Load Ad it is now showing. and giving an undefined error. for both platforms.

Screenshot 2023-07-16 at 6 23 00 PM Screenshot 2023-07-16 at 6 23 22 PM

dipakjayswal avatar Jul 16 '23 12:07 dipakjayswal

You need to change the onAdFailedToLoad function to Logger('AD', 'FAILED', event.message);

the existing example has event.error.message which returns empty.

gilbertolenzi avatar Jul 19 '23 10:07 gilbertolenzi