nabrozidhs / unity_admob_android

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

Ads not working on tablet #5

Closed Gaudon closed 10 years ago

Gaudon commented 10 years ago

Ads seem to work fine on my Nexus 5, but my Nexus7 says (logcat):

03-12 21:54:45.664: W/Ads(10072): Not enough space to show ad. Needs 1280x66 pixels, but only has 800x1205 pixels.

Any idea?

nabrozidhs commented 10 years ago

Uhm I'll try it with my Nexus 7 tomorrow. Which AdSize are you using?

Gaudon commented 10 years ago

These are Smart sized ads.

admob.CreateBanner(AD_UNIT_ID, AdMobPlugin.AdSize.SMART_BANNER, true, INTERSTITIAL_ID);
Gaudon commented 10 years ago

I just switched over to the official google admob unity plugin (new one targeting google play services integration) and it too has the exact same problem.

I don't know what it is, but ads do not seem to work on my tablet / tablets?

both your plugin, and the official plugin, work on my nexus 5.

Gaudon commented 10 years ago

You can ignore this.. after 2 hours I just discovered another account on the tablet had installed adblock and it modified the default hosts file. What a waste of time lol.

Sorry if I have wasted any of yours.