sbugert / react-native-admob

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

AdMobRewarded only show on emulator (IOS only) #214

Open minhducit83 opened 6 years ago

minhducit83 commented 6 years ago

Hi everybody I run example in this project and have issue with AdMobRewarded on IOS. It run very well on emulator but when I test on my device (Iphone 6plus) then it return error : No ads to show. Can someone help me this problem?

Thanks for your support !

koenpunt commented 6 years ago

This is probably related to ad inventory. Could it be that you created the adUnitID just recently?

xap5xap commented 6 years ago

Same problem here

mustivar commented 6 years ago

Hi all, I've the same problem I'm using react-native-firabase admob module to serve ads and created the issue at https://github.com/invertase/react-native-firebase/issues/677 I also wanted to test this library to see if I could have chance to make it work but had no success. As I also mentioned in the referenced issue I can succefully show rewarded videos on emulator. On device the library can successfully show rewarded videos from other mediation networks. in my case I use AdColony and both device and emulator can show AdColony videos.

@minhducit83 @xap5xap did you have any chance to make this work? Thanks.