EDIT: I THINK I found the problem. I am loding interstitial and bannerad together with this code:
iad.LoadAdWithBuilder(builder)
banner.LoadAdWithBuilder(builder)
This doesn't work but if i change the line so that adview is loaded first it works:
banner.LoadAdWithBuilder(builder)
iad.LoadAdWithBuilder(builder)
Can someone confirm this please ? I think this may be a bug ?
edit2: I can confrim that all my apps started to show banner ads after changing the sequence of the load lines as I wrote above. I think this is a bug or a mistake by me ?which I am about to go crazy for the last 6 months
Hello,
Currently I have an online app on the appstore which banner ads work without problem, but when I install the app with b4i bridge to my phone, interstitial ads are still showing but banner ads never showed any test ad ( even 1 ) for a long time which makes me afraid to update my app on the store. I always get no ad to show which is impossible ( fill rates are %99 in my country ). Is it possible because I dont use store provision file while testing and admob doesnt show ads maybe ?
TY
edit: I had posted a similar topic months ago, situtation is still same.. I afraid to send a store version to apple
iad.LoadAdWithBuilder(builder)
banner.LoadAdWithBuilder(builder)
This doesn't work but if i change the line so that adview is loaded first it works:
banner.LoadAdWithBuilder(builder)
iad.LoadAdWithBuilder(builder)
Can someone confirm this please ? I think this may be a bug ?
edit2: I can confrim that all my apps started to show banner ads after changing the sequence of the load lines as I wrote above. I think this is a bug or a mistake by me ?which I am about to go crazy for the last 6 months
Hello,
Currently I have an online app on the appstore which banner ads work without problem, but when I install the app with b4i bridge to my phone, interstitial ads are still showing but banner ads never showed any test ad ( even 1 ) for a long time which makes me afraid to update my app on the store. I always get no ad to show which is impossible ( fill rates are %99 in my country ). Is it possible because I dont use store provision file while testing and admob doesnt show ads maybe ?
TY
edit: I had posted a similar topic months ago, situtation is still same.. I afraid to send a store version to apple
Last edited: