nabrozidhs / unity_admob_android

Basic Unity3D plugin for AdMob Google Play Services version.
MIT License
25 stars 12 forks source link

Added Testing device AdMob info #8

Closed javocsoft closed 10 years ago

javocsoft commented 10 years ago

Google is quite strict with invalid ad requests and can block an account if detects impressions or clicks that are supposed not to be. Plugin now adds the emulator flag to be excluded from Ad request and, there is also a new flag, called isTestDevice. When this flag is TRUE, the AdMob's Device Id is calculated and set into the AdRequest to be able to test the application without any concern with AdMob.

lhes commented 10 years ago

How is everyone using it without the test flag?

nabrozidhs commented 10 years ago

Yeah I still need to merge this, I do have another change as well. Hopefully I'll find some time this weekend.

Sorry!

lhes commented 10 years ago

Well I wasn't sure what I was doing but I got the updated package and tried it. Works as expected. Thanks and waiting for the merge.