GithubHelp home page GithubHelp logo

Comments (9)

bdlukaa avatar bdlukaa commented on August 15, 2024 2

Well... in theory, it does, but it WASN'T tested yet.
I followed all the required steps, so the implementation for it is ready:

For example, Unity Ads, in theory you just need to:

  1. Step one
  2. Step two
  3. Add dependencies to build.gradle (project level: android/build.gradle)
repositories {
    jcenter()
}

...
dependencies {
    ...
    // important:
    implementation 'com.google.ads.mediation:unity:3.6.0.0'
    ...
}
...

Follow the TODO list here

Until mediation is not tested, I highly recommed you to NOT use it with this package.\

Once mediation is ready, documentated and tested, I'll update it here :)

from native_admob_flutter.

ycv005 avatar ycv005 commented on August 15, 2024 1

Yes, I tried and without any extra setup, it support mediation.

from native_admob_flutter.

anass-naoushi avatar anass-naoushi commented on August 15, 2024 1

@bdlukaa , worry not, I am using the package in my production app and up till now no problems. Thank you.

from native_admob_flutter.

ycv005 avatar ycv005 commented on August 15, 2024

Waiting for this. Thanks in advance.

from native_admob_flutter.

bdlukaa avatar bdlukaa commented on August 15, 2024

Since it's necessary a production account to use mediation, I can NOT test it here. I've seen in many plugins (flutter and react native) using mediation without the need for additional code, you only need to import the libraries.

According to this similar issue in another plugin (#252):

I am using AdMob Mediation with this package. It works fine for me.
AdMob is just doing it for me. I only have to add libraries to gradle and Pod files for ad networks I want to utilize.

You can see here the gradle libraries you need to add. The installation proccess is almost the same as said before:

repositories {
    jcenter()
}

...
dependencies {
    ...
    // important:
    implementation 'com.google.ads.mediation:unity:3.6.0.0'
    // If you're adding facebook
    implementation 'com.google.ads.mediation:facebook:6.2.0.1'
    ...
}

Since there is no need for additional code (for most of the partner networks). It should work out of the box, if it doesn't, you can file a new issue with the error message. The networks that need additional code can NOT be used. If you need, you can add the required platform code yourself: guide

from native_admob_flutter.

ycv005 avatar ycv005 commented on August 15, 2024

What ads companies did you able to see ads into your app ? @anass-naoushi . In my app only facebook ads are shown and other company ads not showing.

from native_admob_flutter.

bdlukaa avatar bdlukaa commented on August 15, 2024

In my app only facebook ads are shown and other company ads not showing.

Probably for the other networks it's necessary extra-setup or to import the libraries

from native_admob_flutter.

ycv005 avatar ycv005 commented on August 15, 2024

I think you may close this issue, as this will do all setup- https://developers.google.com/admob/android/mediate

from native_admob_flutter.

bdlukaa avatar bdlukaa commented on August 15, 2024

Since @anass-naoushi said I am using the package in my production app and up till now no problems.. I'll close this issue. Please open a new issue if you find any new issues.

from native_admob_flutter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.