Admob interstitials not clickable on Nexus 5 (Android 4.4.2) -
Do you know about a problem due to Admob not being able to click on interstitial ads and therefore on Nexus 5 devices Have not brought any revenue?
Fact:
- It does not have intermediate ads - some clickable, but mostly no .
- It comes with the old standalone Google Admob SDK and with the new Google Play Services SDK.
- It is on Nexus 5 with Android 4.4.2 , but it is possible that other devices are also affected.
- This happens in many programs in the Google Play Store - I'm not only with my application. For example, you can not
- Galaxy Nexus (Nexus 3), Galaxy S, on the HTC One.
- Below is a screenshot that opens the small info button in the clickable below the ad and OK, the Close X button also looks working properly , Though clicking on the ad does not happen - like it does not exist or something on it.
Do you know of any solutions or possible solutions to the problem? Thanks!
--- Update - -
This activity declaration is:
& amp; Activity Activity: Name = "com.middlehut.android.belot.BelotActivity" android: label = "@ string / app_name" Android: Screen Orientation = "Portrait" Android: Hardware Expected = "True" & gt; & Lt; Intent-Filter & gt; & Lt; Action Android: name = "android.intent.action.MAIN" /> & Lt; Category android: name = "android.intent.category.LAUNCHER" /> & Lt; / Intent-Filter & gt; & Lt; / Activity & gt;
Interstitial loading, there is no special code here:
adMobInterstitial = new interstitial AD (this); AdMobInterstitial.setAdUnitId (AdsConstants.AdMob.INTERSTITIAL_ID); adMobInterstitial.loadAd (adRequest); If (adMobInterstitial.isLoaded ()) {adMobInterstitial.show (); }
I have solved this issue. This flag was due to Android: "Single Instance" on the activity that introduces the launchmod = "interstational".
I think this is an AdMob bug, so please check and check the case so that remove this flag for intermediate functioning.
Comments
Post a Comment