wowmaking / react-native-iron-source

Iron Source SDK React Native bridge
30 stars 37 forks source link

Ad not showing on IOS simulator #52

Closed tarasvakulka closed 4 years ago

tarasvakulka commented 4 years ago

Ad show fine on real IOS device, but on IOS simulator always triggered 'ironSourceRewardedVideoUnavailable' event. Why?

fearmear commented 4 years ago

I think you maybe experiencing this known issue from Read Me:

Ads may stop loading properly when "Reload" option (or CMD+R) in your React Native app was used. You have to restart the app completely if you want to check that ads load and display correctly.

StanislavMayorov commented 4 years ago

Ads network doesn't provide ad for your device (simulator). It's not the RN bridge issue. You can add your devices to test device list then It would work okay for some networks. Please follow official testing docs https://developers.ironsrc.com/ironsource-mobile/android/integration-testing/#step-1