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"
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?
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?