React-native-admob: ERROR_CODE_INTERNAL_ERROR

Created on 9 Sep 2016  ·  5Comments  ·  Source: sbugert/react-native-admob

Hi @sbugert

I am using RN v0.31 , Android Genymotion

bannerSize={this.state.bannerSize}
testDeviceID="EMULATOR"
adViewDidReceiveAd={this.didReceiveAd}
didFailToReceiveAdWithError={this.bannerError}
adUnitID="ca-app-pub-3940256099942544/2934735716"
/>
Ads are appearing when adUnitID="ca-app-pub-3940256099942544/2934735716" 。

I changed adUnitID to "ca-app-pub-3940256099942544/1033173712" then No Ads are appearing。

Console log say “ERROR_CODE_INTERNAL_ERROR”。

Most helpful comment

Having the same issue.

I have two different unitID's - one for iOS and one for Android. The iOS (first to be implemented) works and the Android doesn't. It is not an interstitial ad.

All 5 comments

Why did you change it in the first place?
The test ad unit id ca-app-pub-3940256099942544/1033173712 is only for interstitial ads.

Reopen the issue if I misunderstood the problem.

Having the same issue.

I have two different unitID's - one for iOS and one for Android. The iOS (first to be implemented) works and the Android doesn't. It is not an interstitial ad.

I aslo have this error when changing ca-app-pub for my own (VideoReward). With testing or even prod interstitial ca-app-pub the ad is showing

Having the same issue.

I changed ad id,then it works.maybe you can change your ad id,
https://developers.google.com/admob/android/test-ads

Was this page helpful?
0 / 5 - 0 ratings