'Unity ads in flutter via admob mediation

In my flutter app , admob ads are already showing , I want to show unity ads via admob mediation.

How to setup unity ads in flutter app via admob mediation?



Solution 1:[1]

There is official doc from google admobs that very much explains the Unity Ads integration using mediation. There are several tutorial videos on youtube aswell. Please try the steps and asks specifically if you face issue in any of those steps or if any step is confusing. eg. https://www.youtube.com/watch?v=mnr4mlVctXw

A generic guide for mediation in Flutter is documented here.

Also, it is noteworthy that the dependencies need to be added in android gradle file and ios Podfile separately as mentioned here: Add dependencies for partner networks

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1