Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Do I need remove adRequest.addTestDevice in production?

Tags:

admob

The document does not specify it. I thought we do not need to remove it, because it is our unique device id, the other devices with different id are not impacted. But it is just my guess.

like image 306
poordeveloper Avatar asked Feb 22 '14 14:02

poordeveloper


1 Answers

That is correct. When your application is run on a device with that deviceId it will get test ads. All other devices will receive real ads. So you can leave the config in for production.

like image 80
William Avatar answered Oct 17 '22 22:10

William