I want to add admob ad.so I must write this code
request.setTesting(true);
or it does not necessary.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Did you look at the developer guide?
http://support.google.com/admob/bin/answer.py?hl=en&answer=1704625
If you don’t set test mode to true during development, you will be receiving live ads on your phone during development. It might not sound like a big deal, but I’d imagine if you make too many ad pulls using your development device you could be investigated for fraud and have your admob account suspended.
Also running in non-test mode may not always return an ad, which might not be good for testing.