Tracer69
Tracer69

Reputation: 1110

Why does my AdMob Banner shows an Ad in the Expo Client but not in the final Build?

I have a Problem with my React Native App. I'm using Expo, and the Banner i've included (via Google AdMob) shows an add when using the App over the Expo Client. But now i have built the App for the PlayStore, but the Banner is just white. I haven't found any solutions for now, since this is a rarely discussed topic.

This is the Banner Component i've included in my App.js File:

<AdMobBanner
  bannerSize="fullBanner"
  adUnitID="ca-app-pub-3609177996275417/1082785682"
  testDeviceID="EMULATOR"
  didFailToReceiveAdWithError={this.bannerError}
/>

As mentioned this Banner shows perfectly results in the Expo Client, but the APK shows only a white space.

Upvotes: 1

Views: 1290

Answers (2)

Christian
Christian

Reputation: 11

i have the same problem :( Expo show it, but in not in the released apk. Wating now three days.

Upvotes: 1

RegularGuy
RegularGuy

Reputation: 3676

Did you already try using the test adUnidID "ca-app-pub-3940256099942544/6300978111" from Test Ads Amob ?, if that doesn't work then you can have a problem, if you ads doesn't show then it's normal, it can take up to 3 days for admob to be consistent

Upvotes: 2

Related Questions