About request.setTesting (true) line of code

I want to include admob in my Android PhoneGap app.

To enable admob, I referred to the link https://github.com/sainttex/PhoneGap-Android-Native-AdMob

My question is below the line of code.

request.setTesting(true);

Should I remove this line of code when the application is on the market?

+5
source share
2 answers

See this in the link you provided

Step 6) Disable Test Mode

Be sure to disable the test mode before deploying it to Google Play, changing the value to false, comment out or delete the next line from your MainActivity.java

request.setTesting(true);
+4
source

admob admin , .

+4

All Articles