Hello,
We have an application both running on Android and iOS. Everything is working ok in Android version
however we have issues on iOS.
When I deploy released application to emulator with real ads it seems working ok and Rewarded Videos are successfully loaded.
However when I install the app on device I'm not able to retrieve any Admob rewarded video ads.
When I add other mediation networks for ad unit app can receive and show rewarded videos from those networks.
I tested my rewarded video ad unit with sample app and it is same as I described for my app and I only see the below log.
2017-12-18 01:13:28.327422+0300 RewardedVideoExample[1846:418165] [DYMTLInitPlatform] platform initialization successful
2017-12-18 01:13:28.531747+0300 RewardedVideoExample[1846:418085] [MC] System group container for systemgroup.com.apple.configurationprofiles path is /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
2017-12-18 01:13:28.533079+0300 RewardedVideoExample[1846:418085] [MC] Reading from public effective user settings.
2017-12-18 01:13:30.746292+0300 RewardedVideoExample[1846:418085] Reward based video ad failed to load.
Also there is some other strange thing with my app. When I run the released app on emulator I see lots of ads for banners and interstitials too
which is also similar in Android app. However when I install the app on device banners and interstitials are also very limited and always seeing the same ads.
You can check my rewarded ad unit with id ca-app-pub-XXXXXXXXXXXXXXXX/XXXXXXXXXX
I'm using latest version of the SDK with react-native.
Thank you.