AdManager.setTestDevices( new String[] {
AdManager.TEST_EMULATOR, // Android emulator
"E83D20734F72FB3108F104ABC0FFC738", // My T-Mobile G1 Test Phone
}
I wanted to give my test Android app out to 5-10 of my friends. Several of these people live 1000 miles away, so there's no way to "use DDMS" or "hook their phone up to my development machine".
I need it to ALWAYS just display AdMob test ads.
(It's currently showing REAL ads.)
I don't know (or want to know) everyone's "device ID codes".
I don't want to have to hard-code each 1 into my app.
(And add all new ones all the time.)
Is there java code that will say "whatever device is using this app, is a test device, so just display test ads"?