Hello All, i just integrated the FireBase Admob library in a remake of one of my apps, it's been more than 24 hours and I still can't see any ads being displayed.
I followed the integration instructions here, I believe i have done everything right per the instructions, I did try setting up a TestDevice ID and using the Test AdUnitID they suggest in their documentation, by doing this I can see a Test Ad, but when I go back to using my actual AdUnitID that i created in the AdMob dashboard i can't see any ads.
The Sub admob_FailedToReceiveAd (ErrorCode As String) Event keeps being raised and the Error code is always 3.
I've looked in the unfiltered logs and I can see the following message.
Is it really necessary to Add location permissions, i could not find any reference in the forums to this, I remember the days when it used to be so easy to integrate ads into your apps, of course i haven't done this in a while so I may be missing something, has anyone had this issue and if so how did you solve it, any suggestions?
By the way I am also implementing the Consent screen for the users so that they can opt in or opt out of receiving ads.
Thanks All.
Walter
I followed the integration instructions here, I believe i have done everything right per the instructions, I did try setting up a TestDevice ID and using the Test AdUnitID they suggest in their documentation, by doing this I can see a Test Ad, but when I go back to using my actual AdUnitID that i created in the AdMob dashboard i can't see any ads.
The Sub admob_FailedToReceiveAd (ErrorCode As String) Event keeps being raised and the Error code is always 3.
I've looked in the unfiltered logs and I can see the following message.
App does not have the required permissions to get location
SDK version: afma-sdk-a-v14574019.14300000.1
(HTTPLog)-Static: isSBSettingEnabled false
(HTTPLog)-Static: isSBSettingEnabled false
Background concurrent copying GC freed 133180(7MB) AllocSpace objects, 53(1060KB) LOS objects, 26% free, 68MB/92MB, paused 679us total 182.675ms
Starting remote logger. Port: 43618
failed to receive ad: 3
Ad failed to load : 3
Is it really necessary to Add location permissions, i could not find any reference in the forums to this, I remember the days when it used to be so easy to integrate ads into your apps, of course i haven't done this in a while so I may be missing something, has anyone had this issue and if so how did you solve it, any suggestions?
By the way I am also implementing the Consent screen for the users so that they can opt in or opt out of receiving ads.
Thanks All.
Walter