Rewarded video ads-Failed to load ad error code 3 admob

后端 未结 4 2043
遇见更好的自我
遇见更好的自我 2020-12-21 10:35

I stuck for 3 days on implementing AdMob Rewarded Video , the code is completely find but when I launch the app it\'s said \"onRewardedVideoAdFailedToLoad\" and getting err

4条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-21 10:58

    I had the same issue, it was caused because I was trying to load real adds while still on development. So I fixed it by using this .addTestDevice("device Id provided by admob on the logs") just before building my request. You can check this for more info about adding test devices.

提交回复
热议问题