FailedToReceiveAd (ErrorCode As String) and ReceiveAd is not working for my banner ads in firebase Admob but for interstitials they are working. Am I using the wrong event for banners or they are not supported ? If they are not supported how can I understand if the load is received or not ?
I give them their own eventname in the init line as they have different event types (interstitial & rewarded video for sure)
altho I'm not sure if that is a/the reason for your fail/conflict.
I give them their own eventname in the init line as they have different event types (interstitial & rewarded video for sure)
altho I'm not sure if that is a/the reason for your fail/conflict.
No I dont use the same event name. When I have both those lines under loadad sub , the events of bannerad is not working but if i comment out the insterstitial ad ( iadpremium.LoadAdWithBuilder(builder)) events of banner ad are working. Maybe showing the interstatial ad blocks the events of banner ad ?
No, Building with diferent builder arent also working. If the interstitial ad is shown before the bannerad's event triggered, the events are not showing, If I comment out iad.show ( interstitial ad ) events working correctly. I think showing the interstitial ad blocks the events of banner ad. isn't this a bug ?
I mean this: If the interstitial ad is shown before the banner ad's event is raised, the event is not raising. I have IAd.show under iad_ready so as soon as the iad received , iad shows, in this case banner ad's event is not raising here. If I comment out iad.show under iad_ready , this time banner ad's event raises.
I noticed before that some things are pushed to a queue when the interstitial kicks but that is mentioned in the log.
but in your case you better preload the interstitial and display as needed. doing it with the load'n ready event causes delays and will lead to accidental clicks.
Yes when the ad shows ( interstitial) , activity is paused, and if until this happened bannerad is not ready, events are missing. so what should I do to avoid this other than keeping the ad to show before the banner ad's event is raised
The next version of FirebaseAdMob (1.54), to be included with B4A v9.00, will handle the events in a slightly different way and they will be raised when the activity is resumed.
The next version of FirebaseAdMob (1.54), to be included with B4A v9.00, will handle the events in a slightly different way and they will be raised when the activity is resumed.