Reputation: 1110
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
Reputation: 11
i have the same problem :( Expo show it, but in not in the released apk. Wating now three days.
Upvotes: 1
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