brelto85 Active Member Licensed User Longtime User Nov 3, 2013 #1 Hi, i have succesfully integrated the admob library in my app and i see the banner but i don't know how to set the test devices AdMob.SetTestDevices(Array As String(AdMob.EMULATOR)) doesn't work. the AdMob object not exist and shown it red into the IDE how to configurate it? hanks Alberto
Hi, i have succesfully integrated the admob library in my app and i see the banner but i don't know how to set the test devices AdMob.SetTestDevices(Array As String(AdMob.EMULATOR)) doesn't work. the AdMob object not exist and shown it red into the IDE how to configurate it? hanks Alberto
Erel B4X founder Staff member Licensed User Longtime User Nov 3, 2013 #2 There is no such method. It runs in test mode when you run it in the emulator. Upvote 0
brelto85 Active Member Licensed User Longtime User Nov 3, 2013 #3 and if i run it in a debug mode in a real device? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Nov 4, 2013 #4 It doesn't matter whether it is debug mode or release mode. Upvote 0
brelto85 Active Member Licensed User Longtime User Nov 4, 2013 #5 ok thanks!! therefore without configure anything, if i run the app in my device with the ad banner, the admob panel doesn't counts my activity. right? I'm afraid that google blocks the advertising account Upvote 0
ok thanks!! therefore without configure anything, if i run the app in my device with the ad banner, the admob panel doesn't counts my activity. right? I'm afraid that google blocks the advertising account
NJDude Expert Licensed User Longtime User Nov 4, 2013 #6 Google will cancel your AdMob account if you click your own ads (click fraud), otherwise, you're good. Last edited: Nov 4, 2013 Upvote 0
Google will cancel your AdMob account if you click your own ads (click fraud), otherwise, you're good.