defold / extension-ironsource

Defold native extension which provides access to IronSource mediation on Android and iOS
MIT License
10 stars 2 forks source link

Rewarded ads doesn't post AD_AVAILABLE and AD_UNAVAILABLE events on IOS #21

Open maxim-r opened 6 months ago

maxim-r commented 6 months ago

On iOS the events ironsource.EVENT_AD_AVAILABLE and ironsource.EVENT_AD_UNAVAILABLE are not received. Other events from ironsource.MSG_REWARDED come through normally.

Meanwhile, the ads are loading and displaying fine, and function “is_rewarded_video_available()” is also works. On Android, everything works well.

Defold version: 1.6.2 Extension version: 0.7.0

AGulev commented 6 months ago

@maxim-r I've just tested in our test app and it works fine. I know that for iOS IronSource may have issues which can be solved only with their support (some our users had such issues). Please contact them and check if everything is fine on their side.

maxim-r commented 6 months ago

@maxim-r I've just tested in our test app and it works fine. I know that for iOS IronSource may have issues which can be solved only with their support (some our users had such issues). Please contact them and check if everything is fine on their side.

@AGulev Thanks for checking, I'll try to contact tech support and as soon as I get something figured out I'll come back with the results.