nabrozidhs / unity_admob_android

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

Ads not-clickable + solution #2

Closed TheOddler closed 10 years ago

TheOddler commented 10 years ago

I used this plugin, and the ads weren't clickable. Though a quick google-search got me the fix, so perhaps something to add to the read-me.

Here's how to fix it: In your manifest.xml there's a line:

change it to true:

That fixed it for me.

I found this fix here: http://forum.unity3d.com/threads/195169-Google-Admob-plugin-for-Unity-ad-is-not-clickable

nabrozidhs commented 10 years ago

Thanks for letting me know! I'll update the readme this weekend.