Hello Google mobile Ads Sdk team
Hello guy
i'm implement google admob sdk in my app and i get some trouble:
question one, when i upload my app in play store, i get and email warning my admob account Temporarily restrict ad serving on your AdMob account. so, i don't understant, My app hasn't been downloaded yet and hasn't shown any ads yet, why i get this email?
question two: i want to use my own app myself, but i'm afraid if i click on the show ad button it will be counted as invalid traffic, what should i do. i found case:
List<String> testDeviceIds = Arrays.asList("33BE2250B43518CCDA7DE426D04EE231");
RequestConfiguration configuration =
new RequestConfiguration.Builder().setTestDeviceIds(testDeviceIds).build();
MobileAds.setRequestConfiguration(configuration);
but document say: Be sure to remove the code used to place these test device codes before releasing the app.?
so I won't be able to check my ads after I have upload my apk to play store?
please help me.
Be sure to remove the code used to place these test device codes before releasing the app.
Be sure to remove the code used to place these test device codes before releasing the app.