a4arun2010 / google-mobile-dev

Automatically exported from code.google.com/p/google-mobile-dev
0 stars 0 forks source link

Missing manfiest meta data #24

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
To make sure the AdMob Ads are clickable please add the following line to the 
manifest file of your unity project under 
assets->plugin->android->AndroidManifest.xml

<meta-data android:name="unityplayer.ForwardNativeEventsToDalvik" 
android:value="true" />

so Unity will forward clicks on the admob view to open the Add activity :)

Original issue reported on code.google.com by mahmoudf...@gmail.com on 18 Oct 2013 at 10:24

GoogleCodeExporter commented 8 years ago
This line must be added inside the <application> tag

Original comment by mahmoudf...@gmail.com on 18 Oct 2013 at 10:35

GoogleCodeExporter commented 8 years ago
Also make sure there is not another line with false value :)

Original comment by mahmoudf...@gmail.com on 18 Oct 2013 at 10:51