I have been attempting to implement ads into a unity project using AdMob with little luck. I copied the code of the AdMob getting started video here: https://youtu.be/UOptam261Ts. However, when the build is launched on the device and I request any type of ad (using the google "dummy" adUnitId), after 10 or so seconds I receive an internal error message in logcat (See below).
Additionally, I have:
downloaded the most recent package from their GitHub repo
force-resolved Android dependencies and updated the version via unity menu options.
Updated my version of Unity ( to 2017.4.3f1 )
Run my Android in development build
Tried implementing other ad types such as banner.
Run my Android Build in ADB Logcat
Gone through Android studio and ensured I have downloaded the most recent sdk tools, sdk platform tools, google play services, and sdk build-tools.
When the AdMob getting started result was ran in adb using Adb Logcat -s Unity in the console, I get this error message though, as if the ad continuously fails to load and instead throws a timeout error. (I've tried many times to get it to work in the case that it could just be a timeout error, but no luck )
HandleRewardBasedVideoFailedToLoad event received with message: Internal error06-29 16:14:50.664 31067 31067 I Unity : UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)06-29 16:14:50.664 31067 31067 I Unity : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])06-29 16:14:50.664 31067 31067 I Unity : UnityEngine.Logger:Log(LogType, Object)06-29 16:14:50.664 31067 31067 I Unity : UnityEngine.Debug:Log(Object)06-29 16:14:50.664 31067 31067 I Unity : UnityEngine.MonoBehaviour:print(Object)06-29 16:14:50.664 31067 31067 I Unity : GoogleMobileAdsDemoScript:HandleRewardBasedVideoFailedToLoad(Object, AdFailedToLoadEventArgs) (at C:\
What has stuck me as even stranger is that when searching for a solution on this forum, i came across a link which pointed to a fully compiled SDK file. I downloaded that onto my test device and while running Logcat again I received the same message as above, which leads me to think more so that there could be an issue with the server that is serving the ads?
Link in reference: https://groups.google.com/d/msg/google-admob-ads-sdk/tO6o-KGt7sk/rMgKBHTWBAAJ