Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

ad mobs

Discussion in '2D' started by shah007, Sep 27, 2018.

  1. shah007

    shah007

    Joined:
    Mar 23, 2018
    Posts:
    28
    i am trying to implement ad mobs in my games but its not working i tried following different video but it didnot worked. any one can help to get new videos
     
  2. shah007

    shah007

    Joined:
    Mar 23, 2018
    Posts:
    28
    and when i add my ad mob plugin its mainfast file has only this
    <?xml version="1.0" encoding="utf-8"?>

    <!--

    This Google Mobile Ads plugin library manifest will get merged with your

    application's manifest, adding the necessary activity and permissions

    required for displaying ads.

    -->

    <manifest xmlns:android="http://schemas.android.com/apk/res/android"

    package="com.google.unity.ads"

    android:versionName="1.0"

    android:versionCode="1">

    <uses-sdk android:minSdkVersion="14"

    android:targetSdkVersion="19" />

    <application>

    </application>

    </manifest>