Similar Posts

6 Comments

  1. Parimal makwana says:

    I Get eeror like
    Java.Lang.RuntimeException
    Message=Unable to get provider com.google.android.gms.ads.MobileAdsInitProvider: java.lang.IllegalStateException:

    ******************************************************************************
    * The Google Mobile Ads SDK was initialized incorrectly. AdMob publishers *
    * should follow the instructions here: https://goo.gl/fQ2neu to add a valid *
    * App ID inside the AndroidManifest. Google Ad Manager publishers should *
    * follow instructions here: https://goo.gl/h17b6x. *
    ******************************************************************************

    1. Hi Parimal,

      did you setup the AdMob SDK correctly? This article only speaks of NativeAds and skips the configuration part incl. permissions. Based on the error you’re receiving you are missing the meta tags in your AndroidManifest:

      [code]
      <manifest>
      <application>
      <meta-data
      android:name="com.google.android.gms.ads.AD_MANAGER_APP"
      android:value="true"/>
      </application>
      </manifest>
      [/code]

      https://developers.google.com/ad-manager/mobile-ads-sdk/android/quick-start#update_your_androidmanifestxml

  2. Do you have any full sample code?

  3. Hi. Your solution for android works perfectly and really helped me. But now i am trying to create ios renderer. Did you find way to create ios renderer ?.

  4. Hi,

    This is a great solution. Do you have ios implementation of this?

  5. Not as of yet, but I recently got a Mac so I will be working on it and will post it here as soon as I have it working.

Leave a Reply

Your email address will not be published. Required fields are marked *

Are you a human? *