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:

  1. It does not have intermediate ads - some clickable, but mostly no .
  2. It comes with the old standalone Google Admob SDK and with the new Google Play Services SDK.
  3. It is on Nexus 5 with Android 4.4.2 , but it is possible that other devices are also affected.
  4. This happens in many programs in the Google Play Store - I'm not only with my application. For example, you can not
  5. Galaxy Nexus (Nexus 3), Galaxy S, on the HTC One.
  6. 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!

    adobe intercity ad

    --- 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

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -