I have an android app which I'm actively developing using the mobile ads sdk. When developing I always instantiate a test device and up until now I've always received test ads - the standard "great job" banner and one of the 2 google test reward ads.
On running this morning I received what looked like live banner ads, and a live reward ad albeit with "test ad" superimposed on it.
Please could you confirm whether this is the new expected behaviour for test banner ads as I want to ensure that I will not be penalised for any clicks on the banner ad during development. If this is the new standard banner behaviour would it be possible to indicate that the banner ad is indeed a test version?
The relevant elements of logCat relating to the banner ad are as follows:
01-03 10:23:01.614: D/DynamitePackage(4949): Instantiating com.google.android.gms.ads.ChimeraAdManagerCreatorImpl
01-03 10:23:01.657: I/Ads(4949): Starting ad request.
01-03 10:23:01.657: I/Ads(4949): This request is sent from a test device.
01-03 10:23:01.676: W/Ads(4949): Invoke Firebase method getInstance error.
01-03 10:23:01.676: W/Ads(4949): 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
01-03 10:23:01.720: W/art(4949): Before Android 4.1, method double java.util.concurrent.ThreadLocalRandom.internalNextDouble(double, double) would have incorrectly overridden the package-private method in java.util.Random
01-03 10:23:01.720: W/art(4949): Before Android 4.1, method int java.util.concurrent.ThreadLocalRandom.internalNextInt(int, int) would have incorrectly overridden the package-private method in java.util.Random
01-03 10:23:01.720: W/art(4949): Before Android 4.1, method long java.util.concurrent.ThreadLocalRandom.internalNextLong(long, long) would have incorrectly overridden the package-private method in java.util.Random
01-03 10:23:02.656: I/Ads(4949): Scheduling ad refresh 70000 milliseconds from now.
01-03 10:23:02.703: I/Ads(4949): Ad finished loading.