google mobile ad banner ad view not showing in ios 9.3.2 -


i have integrated google mobile ad based on github banner sample , got working devices ios < 9.0. got problem devices running 9.3.2 ios.

so in trying isolate possible , error can occur, downloaded github sample code banner ad. sample running remove code related firebase , added google mobile ads framework version 7.8.1. banner ads showed test ad comes sample code.

then modify adunitid use have been using app. , sample code duplicated behavior i've seen app. banner ad got displayed devices running below 9.0 ios. since 9.0+ ios devices have running version 9.3.2, , none of these devices can display banner ad. can test ads display oh 9.3.2 devices when use via google's test adunitid or setting testdevice of ad request.

to debug may different between devices running ios <9.0 , 9.3.2 when use adunitid, added gadbannerviewdelegate , breakpoint on adviewdidreceivead method of delegate. , devices running 9.3.2 show method did called. ads show being initialized. , found url pointing seem valid doubleclick.net ad path. still nothing displayed when process continued.

oh, forgot mention earlier. did confirmed ats disabled info.plist in both sample code , app.

i have run out of ideas on may have gone wrong , how proceed. or suggestions appreciated.

found issue lies in ad key used. when created new banner unit ad key, works google sample key.


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -