Hi all,
I am trying to implement Admob banners to my game. I am trying the app on my mobile device. I don’t know why I can’t get them to work so I’ve started up my game and watch logcat to see if I can spot anything unusual. I’ve found these:
2020-05-16 19:19:38.824 27182-27182/com.appmna.fastfingers I/DynamiteLoaderV2: [71] AdsFdrDynamite.integ
2020-05-16 19:19:38.950 27182-27182/com.appmna.fastfingers I/Ads: Updating ad debug logging enablement.
2020-05-16 19:19:38.969 27182-27182/com.appmna.fastfingers I/Ads: Use RequestConfiguration.Builder().setTestDeviceIds(Arrays.asList("DA7FC1F72E2A91BBFA0D9F3DD819C30A") to get test ads on this device.
2020-05-16 19:19:39.119 27182-27324/com.appmna.fastfingers W/Ads: Invoke Firebase method getInstance error.
2020-05-16 19:19:39.120 27182-27324/com.appmna.fastfingers W/Ads: **The Google Mobile Ads SDK will not integrate with Firebase. Admob/Firebase integration requires the latest Firebase SDK jar, but Firebase SDK is either missing or out of date**
2020-05-16 19:19:39.201 27182-27304/com.appmna.fastfingers W/Ads: Update ad debug logging enablement as false
2020-05-16 19:19:40.119 27182-27182/com.appmna.fastfingers I/Ads: Ad failed to load : 3
2020-05-16 19:19:42.490 27182-27182/com.appmna.fastfingers I/Ads: Use RequestConfiguration.Builder().setTestDeviceIds(Arrays.asList("DA7FC1F72E2A91BBFA0D9F3DD819C30A") to get test ads on this device.
2020-05-16 19:19:42.597 27182-27333/com.appmna.fastfingers W/Ads: Not retrying to fetch app settings
2020-05-16 19:19:42.800 27182-27182/com.appmna.fastfingers I/Ads: Ad failed to load : 3
2020-05-16 19:19:49.691 27182-27182/com.appmna.fastfingers I/Ads: Use RequestConfiguration.Builder().setTestDeviceIds(Arrays.asList("DA7FC1F72E2A91BBFA0D9F3DD819C30A") to get test ads on this device.
2020-05-16 19:19:50.062 27182-27182/com.appmna.fastfingers I/Ads: Ad failed to load : 3
I’ve searched about this and came across this page from google. I’ve changed my ad unit id to one of Google’s id’s but no luck. Didn’t change anything. I don’t know what I’m missing.
Thank you for your help.