React Native Admob not working ERROR_CODE_INTERNAL_ERROR

Multi tool use
React Native Admob not working ERROR_CODE_INTERNAL_ERROR
I am trying to use react-native-admob.
When I use Sample ad unit ID(ca-app-pub-3940256099942544/2934735716), then ad is showing. But when I change to my own Ad unit ID, then ad does not show and gives error message:
ERROR_CODE_INTERNAL_ERROR
<AdMobBanner
bannerSize="fullBanner"
adUnitID={BANNER_ID}
onDidFailToReceiveAdWithError={this.bannerError}
/>
1 Answer
1
I have implemented Expo's Admob for iOS and Android. My experience is if you can show the test ad. You are good to go.
Android (emulator or device) test ad is buggy compared to iOS's. Ensure you have entered correct adUnitID
is ok.
adUnitID
Set up your Payment Account in Admob if you haven't. After setup, it will kind of be fetching more accurate ad.
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.