sbugert / react-native-admob

A react-native component for Google AdMob banners
BSD 2-Clause "Simplified" License
1.13k stars 532 forks source link

Error: Request Error: No ad to show in iOS AppStore app #556

Open chintanbacancy opened 3 years ago

chintanbacancy commented 3 years ago

I have added following code snippet and advertising working with testUnitID but when it's come to real device with live application(App store app) its show only white background and i checked in debug mode it's return above error

<PublisherBanner
              adSize="banner"
              adUnitID={
                Platform.OS == 'android'
                  ? 'ca-app-pub-5869517158600168/*********'
                  : 'ca-app-pub-5869517158600168/*********'
              }
              testDevices={[PublisherBanner.simulatorId]}
              style={{width: 320, height: 50}}
              onAdFailedToLoad={(error) => {
                console.log('AdMob Error::', error);
              }}
              onAppEvent={(event) => {}}
            />
JANGFREEMAN commented 3 years ago

same?has solved?

ClenildoCardoso commented 1 year ago

Após a publicação nas lojas de aplicativos, geralmente os Banners demoram alguns dias ou horas para aparecer.