Android Question Don't see any ads anymore

ilan

Expert
Licensed User
Longtime User
hi

i have just made a small update to my app and build it using B4A 8.50. i have also updated everything in the sdk manager but i noticed that i am not getting any ads anymore.
i need to mention that before the update i did get ads but after i did a small update that has nothing to do with the ads i dont receive any ads anymore.

in iad_FailedToReceiveAd() event i get an error code "0"

B4X:
Sub iad_FailedToReceiveAd (ErrorCode As String)
    Log("failed to receive ad: " & ErrorCode)
End Sub

failed to receive ad: 0

what could be the reason for that? i dont want to upload my new build until i see ads because the version that is now on the store does show ads but has a bug that i wanted to fix.

anyone else has encounter such issue?
 

ilan

Expert
Licensed User
Longtime User
I you can receive Test AD (with test Ad ID) then all is OK.

i am also not receiving test ads. i guess it has something to do with me updating everything in sdk manager and also everything in android studio.
maybe something is not ok with the latest b4a 8.5 version?
 
Upvote 0

Pendrush

Well-Known Member
Licensed User
Longtime User
I have compiled app with B4A v8.50 today and I can see test Ad as banner, also Interstitial ad work as expected.
 
Upvote 0

ilan

Expert
Licensed User
Longtime User
I just noticed that i am not getting any ads at all even not on other apps also not only on mine.
What could be the reason for that?

I have tried invaders by andymc and also other apps. None shows admobs ads. I do see ads by other companies but not from admob
 
Upvote 0
Top