rahulje9

Results 9 comments of rahulje9

> Make sure your device is setup as a test device on your Admob profile (app > settings > test devices). The IDFA you need for this you can get...

@zubinraja try this after setting ad unit id `AdMobInterstitial.setTestDevices([AdMobInterstitial.simulatorId]);` for me, all the issues were in the simulators and iOS devices. is your app in the play store?

@zubinraja I'm having a similar setup but using `AdMobRewarded` as I need that one. I have added the code in `componentDidMount` as I have added a listener for the reward...

@zubinraja Okay, even ads were not showing in the simulator for a really long time, and then it started showing, and then stopped then again started getting ads, no Idea...

the following comment fixed my issue https://github.com/thecodrr/react-native-google-admob/issues/5#issuecomment-520611734

Any update on this, as we are have deployed our app and currently, this is an issue for us and now we are stuck at login with apple issue. we...

This is happening to me with RN 0.63.2. I was on 0.61.5 and updated packages just 2 weeks before and this is a big issue for us since we are...

I updated my React Native version from 0.63.2 to 0.63.3, with initial testing I'm not getting this error, I will update if I'm getting this error with 0.63.3 **Update** I'm...